Class abbLexer
Inheritance
System.Object
abbLexer
Assembly: Abb.dll
Syntax
public class abbLexer : Lexer
Constructors
|
Improve this Doc
View Source
abbLexer(ICharStream)
Declaration
public abbLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
abbLexer(ICharStream, TextWriter, TextWriter)
Declaration
public abbLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
BOOL
Declaration
public const int BOOL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BOOLLITERAL
Declaration
public const int BOOLLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BRACKET_CLOSE
Declaration
public const int BRACKET_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BRACKET_OPEN
Declaration
public const int BRACKET_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
channelNames
Declaration
public static string[] channelNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
CHARLITERAL
Declaration
public const int CHARLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CLOCK
Declaration
public const int CLOCK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COLON
Declaration
public const int COLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CONST
Declaration
public const int CONST = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CURLY_CLOSE
Declaration
public const int CURLY_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CURLY_OPEN
Declaration
public const int CURLY_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DOT
Declaration
public const int DOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DOUBLEDOT
Declaration
public const int DOUBLEDOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDMODULE
Declaration
public const int ENDMODULE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDPROC
Declaration
public const int ENDPROC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQUALS
Declaration
public const int EQUALS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FLOATLITERAL
Declaration
public const int FLOATLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HASH
Declaration
public const int HASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IDENTIFIER
Declaration
public const int IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INTLITERAL
Declaration
public const int INTLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int LINE_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LOCAL
Declaration
public const int LOCAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MINUS
Declaration
public const int MINUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
modeNames
Declaration
public static string[] modeNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
MODULE
Declaration
public const int MODULE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MULTIPLY
Declaration
public const int MULTIPLY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NEWLINE
Declaration
public const int NEWLINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OFF_CALL
Declaration
public const int OFF_CALL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ON_CALL
Declaration
public const int ON_CALL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PERCENT
Declaration
public const int PERCENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PERS
Declaration
public const int PERS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PLUS
Declaration
public const int PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PROC
Declaration
public const int PROC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_BIGGER
Declaration
public const int REL_BIGGER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_BIGGER_OR_EQUAL
Declaration
public const int REL_BIGGER_OR_EQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_EQUAL
Declaration
public const int REL_EQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_NOTEQUAL
Declaration
public const int REL_NOTEQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_SMALLER
Declaration
public const int REL_SMALLER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_SMALLER_OR_EQUAL
Declaration
public const int REL_SMALLER_OR_EQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SEMICOLON
Declaration
public const int SEMICOLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
SLASH
Declaration
public const int SLASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SPEEDDATA
Declaration
public const int SPEEDDATA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SQUARE_CLOSE
Declaration
public const int SQUARE_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SQUARE_OPEN
Declaration
public const int SQUARE_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STRINGLITERAL
Declaration
public const int STRINGLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int TOOLDATA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VAR
Declaration
public const int VAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WOBJDATA
Declaration
public const int WOBJDATA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ZONEDATA
Declaration
public const int ZONEDATA = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
ChannelNames
Declaration
public override string[] ChannelNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModeNames
Declaration
public override string[] ModeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|