All_ |
The CdssLibraryParserAll_logicContext type exposes the following members.
| 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) |