Click or drag to resize

Inline_rule_definitionContext Fields

The CdssLibraryParserInline_rule_definitionContext type exposes the following members.

Fields
 NameDescription
Public fieldchildren 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)
Public fieldexceptionThe exception that forced this rule to return.
(Inherited from ParserRuleContext)
Public fieldinvokingState 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)
Top
See Also