RecognizerSharedState Class
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime
Constructors
| Constructor | Description |
|---|---|
| RecognizerSharedState() | |
| RecognizerSharedState(RecognizerSharedState state) |
RecognizerSharedState()
RecognizerSharedState(state: RecognizerSharedState)
Parameters
- state (RecognizerSharedState)
Fields
| Field | Type | Description |
|---|---|---|
| _fsp | int | |
| backtracking | int | |
| channel | int | |
| errorRecovery | bool | |
| failed | bool | |
| following | BitSet[] | |
| lastErrorIndex | int | |
| syntaxErrors | int | |
| text | string | |
| token | IToken | |
| tokenStartCharIndex | int | |
| tokenStartCharPositionInLine | int | |
| tokenStartLine | int | |
| type | int |