프로퍼티 | 타입 | 설명 | |
---|---|---|---|
pushRecursionContextStates |
메소드 | 설명 | |
---|---|---|
EnterRecursionRule ( ParserRuleContext localctx, int state, int ruleIndex, int precedence ) : void | ||
Parse ( int startRuleIndex ) : ParserRuleContext |
Begin parsing at startRuleIndex
|
|
ParserInterpreter ( string grammarFileName, IVocabulary vocabulary, IEnumerable |
메소드 | 설명 | |
---|---|---|
VisitRuleStopState ( |
||
VisitState ( |
public EnterRecursionRule ( ParserRuleContext localctx, int state, int ruleIndex, int precedence ) : void | ||
localctx | ParserRuleContext | |
state | int | |
ruleIndex | int | |
precedence | int | |
리턴 | void |
public Parse ( int startRuleIndex ) : ParserRuleContext | ||
startRuleIndex | int | |
리턴 | ParserRuleContext |
public ParserInterpreter ( string grammarFileName, IVocabulary vocabulary, IEnumerable |
||
grammarFileName | string | |
vocabulary | IVocabulary | |
ruleNames | IEnumerable |
|
atn | ||
input | ITokenStream | |
리턴 | System |
protected VisitRuleStopState ( |
||
p | ||
리턴 | void |
protected VisitState ( |
||
p | ||
리턴 | void |