Class rpnLexer
Inheritance
System.Object
rpnLexer
Assembly: Rpn.dll
Syntax
public class rpnLexer : Lexer
Constructors
|
Improve this Doc
View Source
rpnLexer(ICharStream)
Declaration
public rpnLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
rpnLexer(ICharStream, TextWriter, TextWriter)
Declaration
public rpnLexer(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
ACOS
Declaration
public const int ACOS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASIN
Declaration
public const int ASIN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ATAN
Declaration
public const int ATAN = 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
COS
Declaration
public const int COS = 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
DIV
Declaration
public const int DIV = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LN
Declaration
public const int LN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LOG
Declaration
public const int LOG = 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
PLUS
Declaration
public const int PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
POINT
Declaration
public const int POINT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
POW
Declaration
public const int POW = 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
SCIENTIFIC_NUMBER
Declaration
public const int SCIENTIFIC_NUMBER = 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
SIN
Declaration
public const int SIN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAN
Declaration
public const int TAN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TIMES
Declaration
public const int TIMES = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VARIABLE
Declaration
public const int VARIABLE = 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 |
|