Class ednLexer
Inheritance
System.Object
ednLexer
Assembly: Edn.dll
Syntax
public class ednLexer : Lexer
Constructors
|
Improve this Doc
View Source
ednLexer(ICharStream)
Declaration
public ednLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
ednLexer(ICharStream, TextWriter, TextWriter)
Declaration
public ednLexer(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
BooleanLiteral
Declaration
public const int BooleanLiteral = 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
CharacterLiteral
Declaration
public const int CharacterLiteral = 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
Declaration
public const int Comment = 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
FloatingPointLiteral
Declaration
public const int FloatingPointLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FractionalPart
Declaration
public const int FractionalPart = 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
HashedLeftBrace
Declaration
public const int HashedLeftBrace = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Int
Declaration
public const int Int = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IntegerLiteral
Declaration
public const int IntegerLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LeftBrace
Declaration
public const int LeftBrace = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LeftBracket
Declaration
public const int LeftBracket = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LeftParenthesis
Declaration
public const int LeftParenthesis = 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
Name
Declaration
public const int Name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NilLiteral
Declaration
public const int NilLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RightBrace
Declaration
public const int RightBrace = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RightBracket
Declaration
public const int RightBracket = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RightParenthesis
Declaration
public const int RightParenthesis = 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
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
StringLiteral
Declaration
public const int StringLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Symbol
Declaration
public const int Symbol = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Whitespace
Declaration
public const int Whitespace = 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 |
|