Assign_ |
The CdssLibraryParserAssign_action_statementContext type exposes the following members.
| 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) | |
| ASSIGN | ||
| BOOL_VAL | ||
| CONST | ||
| 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) | |
| fact_ref | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FLOAT | ||
| 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_EXPR | ||
| hdsi_logic | ||
| INTEGER | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OVERWRITE | ||
| RemoveLastChild |
Used by enterOuterAlt to toss out a RuleContext previously added as
we entered a rule.
(Inherited from ParserRuleContext) | |
| setAltNumber | (Inherited from RuleContext) | |
| STRING | ||
| TO | ||
| 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) | |
| UUIDV4 |
| 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) |