|
| PDDLGrammarParser (ITokenStream input) |
|
| PDDLGrammarParser (ITokenStream input, TextWriter output, TextWriter errorOutput) |
|
AtomContext | atom () |
|
OutputContext | output () |
|
|
const int | T__0 =1 |
|
const int | RULE_atom = 0 |
|
static readonly string[] | ruleNames |
|
static readonly IVocabulary | DefaultVocabulary = new Vocabulary(_LiteralNames, _SymbolicNames) |
|
static readonly ATN | _ATN |
|
|
static DFA[] | decisionToDFA |
|
static PredictionContextCache | sharedContextCache = new PredictionContextCache() |
|
|
override IVocabulary | Vocabulary [get] |
|
override string | GrammarFileName [get] |
|
override string[] | RuleNames [get] |
|
override string | SerializedAtn [get] |
|
Definition at line 35 of file PDDLGrammarParser.cs.
◆ _ATN
readonly ATN PDDLGrammarParser._ATN |
|
static |
Initial value:=
new ATNDeserializer().Deserialize(_serializedATN)
Definition at line 210 of file PDDLGrammarParser.cs.
◆ ruleNames
readonly string [] PDDLGrammarParser.ruleNames |
|
static |
The documentation for this class was generated from the following file: