Class ttmParser
Inheritance
System.Object
ttmParser
Assembly: Ttm.dll
Syntax
public class ttmParser : Parser
Constructors
|
Improve this Doc
View Source
ttmParser(ITokenStream)
Declaration
public ttmParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
ttmParser(ITokenStream, TextWriter, TextWriter)
Declaration
public ttmParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
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
ACTIVE
Declaration
public const int ACTIVE = 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
ESCSTRING
Declaration
public const int ESCSTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NEUTRAL
Declaration
public const int NEUTRAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_active
Declaration
public const int RULE_active = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_arg
Declaration
public const int RULE_arg = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_arglist
Declaration
public const int RULE_arglist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_
Declaration
public const int RULE_function_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functionname
Declaration
public const int RULE_functionname = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_neutral
Declaration
public const int RULE_neutral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_program
Declaration
public const int RULE_program = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_string
Declaration
public const int RULE_string = 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
STRING
Declaration
public const int STRING = 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
T__2
Declaration
public const int T__2 = 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
GrammarFileName
Declaration
public override string GrammarFileName { 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 |
|
Methods
|
Improve this Doc
View Source
active()
Declaration
public ttmParser.ActiveContext active()
Returns
|
Improve this Doc
View Source
arg()
Declaration
public ttmParser.ArgContext arg()
Returns
|
Improve this Doc
View Source
arglist()
Declaration
public ttmParser.ArglistContext arglist()
Returns
|
Improve this Doc
View Source
function_()
Declaration
public ttmParser.Function_Context function_()
Returns
|
Improve this Doc
View Source
functionname()
Declaration
public ttmParser.FunctionnameContext functionname()
Returns
|
Improve this Doc
View Source
neutral()
Declaration
public ttmParser.NeutralContext neutral()
Returns
|
Improve this Doc
View Source
program()
Declaration
public ttmParser.ProgramContext program()
Returns
|
Improve this Doc
View Source
string()
Declaration
public ttmParser.StringContext string()
Returns