Class RCSLexer
Inheritance
System.Object
RCSLexer
Assembly: Rcs.dll
Syntax
public class RCSLexer : Lexer
Constructors
|
Improve this Doc
View Source
RCSLexer(ICharStream)
Declaration
public RCSLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
RCSLexer(ICharStream, TextWriter, TextWriter)
Declaration
public RCSLexer(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
ADMIN
Declaration
public const int ADMIN = 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
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
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
DELTAS
Declaration
public const int DELTAS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IDENT
Declaration
public const int IDENT = 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
LITERAL_ACCESS
Declaration
public const int LITERAL_ACCESS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_AUTHOR
Declaration
public const int LITERAL_AUTHOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_BRANCH
Declaration
public const int LITERAL_BRANCH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_BRANCHES
Declaration
public const int LITERAL_BRANCHES = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int LITERAL_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_DATE
Declaration
public const int LITERAL_DATE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_DESC
Declaration
public const int LITERAL_DESC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_EXPAND
Declaration
public const int LITERAL_EXPAND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_HEAD
Declaration
public const int LITERAL_HEAD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_LOCKS
Declaration
public const int LITERAL_LOCKS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_LOG
Declaration
public const int LITERAL_LOG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_NEXT
Declaration
public const int LITERAL_NEXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_STATE
Declaration
public const int LITERAL_STATE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_STRICT
Declaration
public const int LITERAL_STRICT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_SYMBOLS
Declaration
public const int LITERAL_SYMBOLS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL_TEXT
Declaration
public const int LITERAL_TEXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LOGS
Declaration
public const int LOGS = 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
REVISION
Declaration
public const int REVISION = 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
SEMI
Declaration
public const int SEMI = 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
STRING
Declaration
public const int STRING = 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 |
|
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 |
|