Class CLIFLexer
Inheritance
System.Object
CLIFLexer
Assembly: Clif.dll
Syntax
public class CLIFLexer : Lexer
Constructors
|
Improve this Doc
View Source
CLIFLexer(ICharStream)
Declaration
public CLIFLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
CLIFLexer(ICharStream, TextWriter, TextWriter)
Declaration
public CLIFLexer(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
AND
Declaration
public const int AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BACKSLASH
Declaration
public const int BACKSLASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int BLOCKCOMMENT = 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
Declaration
public const int CL_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CL_EXCLUDES
Declaration
public const int CL_EXCLUDES = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CL_IMPORTS
Declaration
public const int CL_IMPORTS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CL_MODULE
Declaration
public const int CL_MODULE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CL_PREFIX
Declaration
public const int CL_PREFIX = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CL_ROLESET
Declaration
public const int CL_ROLESET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CL_TEXT
Declaration
public const int CL_TEXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CLOSE
Declaration
public const int CLOSE = 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
ENCLOSEDNAME
Declaration
public const int ENCLOSEDNAME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQUAL
Declaration
public const int EQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EXISTS
Declaration
public const int EXISTS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FORALL
Declaration
public const int FORALL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IF
Declaration
public const int IF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IFF
Declaration
public const int IFF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int LineComment = 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
NAMECHARSEQUENCE
Declaration
public const int NAMECHARSEQUENCE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NAMEQUOTE
Declaration
public const int NAMEQUOTE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NOT
Declaration
public const int NOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMERAL
Declaration
public const int NUMERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OPEN
Declaration
public const int OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OR
Declaration
public const int OR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QUOTEDSTRING
Declaration
public const int QUOTEDSTRING = 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
SEQMARK
Declaration
public const int SEQMARK = 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
STRINGQUOTE
Declaration
public const int STRINGQUOTE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHITE
Declaration
public const int WHITE = 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 |
|