NCalcLexer Class
Namespace: ``
Inheritance
Inherits from: Lexer
Constructors
| Constructor | Description |
|---|---|
| NCalcLexer() | |
| NCalcLexer(ICharStream input) | |
| NCalcLexer(ICharStream input, RecognizerSharedState state) |
NCalcLexer()
NCalcLexer(input: ICharStream)
Parameters
- input (ICharStream)
NCalcLexer(input: ICharStream, state: RecognizerSharedState)
Parameters
- input (ICharStream)
- state (RecognizerSharedState)
Properties
| Property | Type | Description |
|---|---|---|
| Description | string | |
| Description | string | |
| GrammarFileName | string |
Methods
| Method | Returns | Description |
|---|---|---|
| Error (+1 overloads) | void | |
| InitDFAs | void | |
| mTokens | void |
Method Details
Error
Error(nvae: NoViableAltException): void
Parameters
- nvae (NoViableAltException)
Error(nvae: NoViableAltException): void
Parameters
- nvae (NoViableAltException)
InitDFAs
InitDFAs(): void
mTokens
mTokens(): void
Fields
| Field | Type | Description |
|---|---|---|
| DATETIME | int | |
| DIGIT | int | |
| E | int | |
| EOF | int | |
| EscapeSequence | int | |
| FALSE | int | |
| FLOAT | int | |
| HexDigit | int | |
| ID | int | |
| INTEGER | int | |
| LETTER | int | |
| NAME | int | |
| STRING | int | |
| TRUE | int | |
| T__19 | int | |
| T__20 | int | |
| T__21 | int | |
| T__22 | int | |
| T__23 | int | |
| T__24 | int | |
| T__25 | int | |
| T__26 | int | |
| T__27 | int | |
| T__28 | int | |
| T__29 | int | |
| T__30 | int | |
| T__31 | int | |
| T__32 | int | |
| T__33 | int | |
| T__34 | int | |
| T__35 | int | |
| T__36 | int | |
| T__37 | int | |
| T__38 | int | |
| T__39 | int | |
| T__40 | int | |
| T__41 | int | |
| T__42 | int | |
| T__43 | int | |
| T__44 | int | |
| T__45 | int | |
| T__46 | int | |
| T__47 | int | |
| T__48 | int | |
| UnicodeEscape | int | |
| WS | int |