Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Antlr4
Runtime
Atn
SimState
C# Class Antlr4.Runtime.Atn.SimState
Datei anzeigen
Open project: antlr/antlr4
Class Usage Examples
Public Properties
Property
Type
Description
charPos
int
dfaState
Antlr4.Runtime.Dfa.DFAState
index
int
line
int
Public Methods
Method
Description
Reset
( ) :
void
Method Details
Reset()
public
method
public
Reset
( ) :
void
return
void
Property Details
charPos
public_oe property
public
int
charPos
return
int
dfaState
public_oe property
public
DFAState,Antlr4.Runtime.Dfa
dfaState
return
Antlr4.Runtime.Dfa.DFAState
index
public_oe property
public
int
index
return
int
line
public_oe property
public
int
line
return
int