Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Antlr4
Runtime
Atn
SimState
C# Class Antlr4.Runtime.Atn.SimState
Show file
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 property
public
int
charPos
return
int
dfaState
public property
public
DFAState,Antlr4.Runtime.Dfa
dfaState
return
Antlr4.Runtime.Dfa.DFAState
index
public property
public
int
index
return
int
line
public property
public
int
line
return
int