Property | Type | Description | |
---|---|---|---|
MAX_DFA_EDGE | int | ||
MIN_DFA_EDGE | int | ||
debug | bool | ||
decisionToDFA | Antlr4.Runtime.Dfa.DFA[] | ||
dfa_debug | bool | ||
match_calls | int |
Property | Type | Description | |
---|---|---|---|
charPositionInLine | int | ||
mode | int | ||
recog | Lexer | ||
startIndex | int | ||
thisLine | int |
Method | Description | |
---|---|---|
ClearDFA ( ) : void | ||
Consume ( ICharStream input ) : void | ||
CopyState ( |
||
GetDFA ( int mode ) : |
||
GetText ( ICharStream input ) : String | ||
GetTokenName ( int t ) : String | ||
LexerATNSimulator ( |
||
LexerATNSimulator ( Lexer recog, |
||
Match ( ICharStream input, int mode ) : int | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
Accept ( ICharStream input, |
||
AddDFAEdge ( |
||
AddDFAEdge ( |
||
AddDFAState ( ATNConfigSet configSet ) : |
||
CaptureSimState ( |
||
Closure ( ICharStream input, LexerATNConfig config, ATNConfigSet configs, bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon ) : bool | ||
ComputeStartState ( ICharStream input, |
||
ComputeTargetState ( ICharStream input, |
||
EvaluatePredicate ( ICharStream input, int ruleIndex, int predIndex, bool speculative ) : bool | ||
ExecATN ( ICharStream input, |
||
FailOrAccept ( |
||
GetEpsilonTarget ( ICharStream input, LexerATNConfig config, |
||
GetExistingTargetState ( |
||
GetReachableConfigSet ( ICharStream input, ATNConfigSet closure, ATNConfigSet reach, int t ) : void | ||
GetReachableTarget ( |
||
MatchATN ( ICharStream input ) : int |
protected Accept ( ICharStream input, |
||
input | ICharStream | |
lexerActionExecutor | ||
startIndex | int | |
index | int | |
line | int | |
charPos | int | |
return | void |
protected AddDFAEdge ( |
||
from | ||
t | int | |
q | ATNConfigSet | |
return |
protected AddDFAEdge ( |
||
p | ||
t | int | |
q | ||
return | void |
protected AddDFAState ( ATNConfigSet configSet ) : |
||
configSet | ATNConfigSet | |
return |
protected CaptureSimState ( |
||
settings | ||
input | ICharStream | |
dfaState | ||
return | void |
protected Closure ( ICharStream input, LexerATNConfig config, ATNConfigSet configs, bool currentAltReachedAcceptState, bool speculative, bool treatEofAsEpsilon ) : bool | ||
input | ICharStream | |
config | LexerATNConfig | |
configs | ATNConfigSet | |
currentAltReachedAcceptState | bool | |
speculative | bool | |
treatEofAsEpsilon | bool | |
return | bool |
protected ComputeStartState ( ICharStream input, |
||
input | ICharStream | |
p | ||
return | ATNConfigSet |
protected ComputeTargetState ( ICharStream input, |
||
input | ICharStream | |
s | ||
t | int | |
return |
public CopyState ( |
||
simulator | ||
return | void |
protected EvaluatePredicate ( ICharStream input, int ruleIndex, int predIndex, bool speculative ) : bool | ||
input | ICharStream | |
ruleIndex | int | |
predIndex | int | |
speculative | bool | |
return | bool |
protected ExecATN ( ICharStream input, |
||
input | ICharStream | |
ds0 | ||
return | int |
protected FailOrAccept ( |
||
prevAccept | ||
input | ICharStream | |
reach | ATNConfigSet | |
t | int | |
return | int |
protected GetEpsilonTarget ( ICharStream input, LexerATNConfig config, |
||
input | ICharStream | |
config | LexerATNConfig | |
t | ||
configs | ATNConfigSet | |
speculative | bool | |
treatEofAsEpsilon | bool | |
return | LexerATNConfig |
protected GetExistingTargetState ( |
||
s | ||
t | int | |
return |
protected GetReachableConfigSet ( ICharStream input, ATNConfigSet closure, ATNConfigSet reach, int t ) : void | ||
input | ICharStream | |
closure | ATNConfigSet | |
reach | ATNConfigSet | |
t | int | |
return | void |
protected GetReachableTarget ( |
||
trans | ||
t | int | |
return |
public GetText ( ICharStream input ) : String | ||
input | ICharStream | |
return | String |
public LexerATNSimulator ( |
||
atn | ||
decisionToDFA | ||
sharedContextCache | ||
return | System |
public LexerATNSimulator ( Lexer recog, |
||
recog | Lexer | |
atn | ||
decisionToDFA | ||
sharedContextCache | ||
return | System |
public Match ( ICharStream input, int mode ) : int | ||
input | ICharStream | |
mode | int | |
return | int |
protected MatchATN ( ICharStream input ) : int | ||
input | ICharStream | |
return | int |
public DFA[],Antlr4.Runtime.Dfa decisionToDFA | ||
return | Antlr4.Runtime.Dfa.DFA[] |