Class MuParserLexer
Inheritance
System.Object
MuParserLexer
Assembly: Muparser.dll
Syntax
public class MuParserLexer : Lexer
Constructors
|
Improve this Doc
View Source
MuParserLexer(ICharStream)
Declaration
public MuParserLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
MuParserLexer(ICharStream, TextWriter, TextWriter)
Declaration
public MuParserLexer(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
ADD
Declaration
public const int ADD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AND
Declaration
public const int AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASSIGN
Declaration
public const int ASSIGN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASSIGNADD
Declaration
public const int ASSIGNADD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASSIGNDIV
Declaration
public const int ASSIGNDIV = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASSIGNMUL
Declaration
public const int ASSIGNMUL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASSIGNSUB
Declaration
public const int ASSIGNSUB = 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
CPAR
Declaration
public const int CPAR = 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
E
Declaration
public const int E = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQ
Declaration
public const int EQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FALSE
Declaration
public const int FALSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FLOAT
Declaration
public const int FLOAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FUNCTION
Declaration
public const int FUNCTION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FUNCTIONMULTI
Declaration
public const int FUNCTIONMULTI = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GT
Declaration
public const int GT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GTEQ
Declaration
public const int GTEQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ID
Declaration
public const int ID = 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
LT
Declaration
public const int LT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LTEQ
Declaration
public const int LTEQ = 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
MUL
Declaration
public const int MUL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NEQ
Declaration
public const int NEQ = 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
OPAR
Declaration
public const int OPAR = 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
PI
Declaration
public const int PI = 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
QUESTION
Declaration
public const int QUESTION = 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
SPACE
Declaration
public const int SPACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SUB
Declaration
public const int SUB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__0
Declaration
public const int T__0 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__1
Declaration
public const int T__1 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TRUE
Declaration
public const int TRUE = 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 |
|