Class istcParser
Inheritance
System.Object
istcParser
Assembly: Istc.dll
Syntax
public class istcParser : Parser
Constructors
|
Improve this Doc
View Source
istcParser(ITokenStream)
Declaration
public istcParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
istcParser(ITokenStream, TextWriter, TextWriter)
Declaration
public istcParser(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
CHAR
Declaration
public const int CHAR = 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
RULE_check
Declaration
public const int RULE_check = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_istc
Declaration
public const int RULE_istc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_registration
Declaration
public const int RULE_registration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_work
Declaration
public const int RULE_work = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_year
Declaration
public const int RULE_year = 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
SEP
Declaration
public const int SEP = 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
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
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
check()
Declaration
public istcParser.CheckContext check()
Returns
|
Improve this Doc
View Source
istc()
Declaration
public istcParser.IstcContext istc()
Returns
|
Improve this Doc
View Source
registration()
Declaration
public istcParser.RegistrationContext registration()
Returns
|
Improve this Doc
View Source
work()
Declaration
public istcParser.WorkContext work()
Returns
|
Improve this Doc
View Source
year()
Declaration
public istcParser.YearContext year()
Returns