Cdss |
[Missing <summary> documentation for "T:SanteDB.Cdss.Xml.Antlr.CdssLibraryParser.Fact_computationContext"]
The CdssLibraryParserFact_computationContext type exposes the following members.
| Name | Description | |
|---|---|---|
| CdssLibraryParserFact_computationContext | Initializes a new instance of the CdssLibraryParserFact_computationContext class |
| Name | Description | |
|---|---|---|
| ChildCount | (Inherited from ParserRuleContext) | |
| IsEmpty |
A context is empty if there is no invoking state; meaning nobody call
current context.
(Inherited from RuleContext) | |
| Parent | (Inherited from RuleContext) | |
| Payload | (Inherited from RuleContext) | |
| RuleIndex | (Overrides RuleContext.RuleIndex) | |
| SourceInterval | (Inherited from ParserRuleContext) | |
| Start | (Inherited from ParserRuleContext) | |
| Stop | (Inherited from ParserRuleContext) |
| Name | Description | |
|---|---|---|
| Accept``1(IParseTreeVisitorUMP) | (Inherited from RuleContext) | |
| AcceptTResult(IParseTreeVisitorTResult) | (Overrides RuleContext.Accept``1(IParseTreeVisitorUMP)) | |
| AddChild(ITerminalNode) | Does not set parent link; other add methods do that (Inherited from ParserRuleContext) | |
| AddChild(IToken) | (Inherited from ParserRuleContext) | |
| AddChild(RuleContext) | (Inherited from ParserRuleContext) | |
| AddErrorNode | (Inherited from ParserRuleContext) | |
| all_logic | ||
| any_logic | ||
| CopyFrom |
COPY a ctx (I'm deliberately not using copy constructor) to avoid
confusion with creating node with parent. Does not copy children.
This is used in the generated parser code to flip a generic XContext
node for rule X to a YContext for alt label Y. In that sense, it is
not really a generic copy function.
If we do an error sync() at start of a rule, we might add error nodes
to the generic XContext so this function must copy those nodes to
the YContext as well else they are lost!
(Inherited from ParserRuleContext) | |
| csharp_logic | ||
| Depth | (Inherited from RuleContext) | |
| EnterRule | (Inherited from ParserRuleContext) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExitRule | (Inherited from ParserRuleContext) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| getAltNumber | (Inherited from RuleContext) | |
| GetChild | (Inherited from ParserRuleContext) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetRuleContext``1 | (Inherited from ParserRuleContext) | |
| GetRuleContexts``1 | (Inherited from ParserRuleContext) | |
| GetText | Return the combined text of all child nodes. (Inherited from RuleContext) | |
| GetToken | (Inherited from ParserRuleContext) | |
| GetTokens | (Inherited from ParserRuleContext) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| hdsi_logic | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| none_logic | ||
| query_logic | ||
| RemoveLastChild |
Used by enterOuterAlt to toss out a RuleContext previously added as
we entered a rule.
(Inherited from ParserRuleContext) | |
| setAltNumber | (Inherited from RuleContext) | |
| ToInfoString | Used for rule context info debugging during parse-time, not so much for ATN debugging (Inherited from ParserRuleContext) | |
| ToString | (Inherited from RuleContext) | |
| ToString(IListString) | (Inherited from RuleContext) | |
| ToString(IRecognizer) | (Inherited from RuleContext) | |
| ToString(IListString, RuleContext) | (Inherited from RuleContext) | |
| ToString(IRecognizer, RuleContext) | (Inherited from RuleContext) | |
| ToStringTree | (Inherited from RuleContext) | |
| ToStringTree(IListString) |
Print out a whole tree, not just a node, in LISP format
(root child1 ..
(Inherited from RuleContext) | |
| ToStringTree(Parser) |
Print out a whole tree, not just a node, in LISP format
(root child1 ..
(Inherited from RuleContext) |
| Name | Description | |
|---|---|---|
| children |
If we are debugging or building a parse tree for a visitor,
we need to track all of the tokens and rule invocations associated
with this rule's context.
(Inherited from ParserRuleContext) | |
| exception | The exception that forced this rule to return. (Inherited from ParserRuleContext) | |
| invokingState |
What state invoked the rule associated with this context?
The "return address" is the followState of invokingState
If parent is null, this should be -1.
(Inherited from RuleContext) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |