Cdss |
The CdssLibraryParser type exposes the following members.
| Name | Description | |
|---|---|---|
| Atn |
Get the
ATN
used by the recognizer for prediction.
(Inherited from RecognizerIToken, ParserATNSimulator) | |
| BuildParseTree |
Track the
ParserRuleContext
objects during the parse and hook
them up using the
children
list so that it
forms a parse tree. The
ParserRuleContext
returned from the start
rule represents the root of the parse tree.
Note that if we are not building parse trees, rule contexts only point upwards. When a rule exits, it returns the context but that gets garbage collected if nobody holds a reference. It points upwards but nobody points at it. When we build parse trees, we are adding all of these contexts to children list. Contexts are then not candidates for garbage collection. (Inherited from Parser) | |
| Context | (Inherited from Parser) | |
| CurrentToken |
Match needs to return the current input symbol, which gets put
into the label for the associated token ref; e.g., x=ID.
(Inherited from Parser) | |
| ErrorHandler | (Inherited from Parser) | |
| ErrorListenerDispatch | (Inherited from Parser) | |
| ErrorListeners | (Inherited from RecognizerIToken, ParserATNSimulator) | |
| GrammarFileName | (Overrides Recognizer.GrammarFileName) | |
| InputStream | (Inherited from Parser) | |
| Interpreter | Get the ATN interpreter used by the recognizer for prediction. (Inherited from RecognizerIToken, ParserATNSimulator) | |
| NumberOfSyntaxErrors | Gets the number of syntax errors reported during parsing. (Inherited from Parser) | |
| ParseInfo | (Inherited from Parser) | |
| ParseListeners | (Inherited from Parser) | |
| Precedence | Get the precedence level for the top-most precedence rule. (Inherited from Parser) | |
| Profile | (Inherited from Parser) | |
| RuleContext | (Inherited from Parser) | |
| RuleIndexMap | Get a map from rule names to rule indexes. (Inherited from RecognizerIToken, ParserATNSimulator) | |
| RuleNames | (Overrides Recognizer.RuleNames) | |
| SerializedAtn | (Overrides Recognizer.SerializedAtn) | |
| SourceName | (Inherited from Parser) | |
| State |
Indicate that the recognizer has changed internal state that is
consistent with the ATN state passed in.
(Inherited from RecognizerIToken, ParserATNSimulator) | |
| TokenFactory | (Inherited from Parser) | |
| TokenStream | (Inherited from Parser) | |
| TokenTypeMap | Get a map from token names to token types. (Inherited from RecognizerIToken, ParserATNSimulator) | |
| Trace |
During a parse is sometimes useful to listen in on the rule entry and exit
events as well as token matches.
(Inherited from Parser) | |
| TrimParseTree | Trim the internal lists of the parse tree during parsing to conserve memory. (Inherited from Parser) | |
| Vocabulary | (Overrides Recognizer.Vocabulary) |