Class ctlParser
Inheritance
System.Object
ctlParser
Assembly: Ctl.dll
Syntax
public class ctlParser : Parser
Constructors
|
Improve this Doc
View Source
ctlParser(ITokenStream)
Declaration
public ctlParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
ctlParser(ITokenStream, TextWriter, TextWriter)
Declaration
public ctlParser(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
ATOMIC
Declaration
public const int ATOMIC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_AND
Declaration
public const int CTL_AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_DOWNTACK
Declaration
public const int CTL_DOWNTACK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_EXISTS
Declaration
public const int CTL_EXISTS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_FINALLY
Declaration
public const int CTL_FINALLY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_GLOBALLY
Declaration
public const int CTL_GLOBALLY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_INEVITABLE
Declaration
public const int CTL_INEVITABLE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_LEFT_RIGHT_DOUBLE_ARROW
Declaration
public const int CTL_LEFT_RIGHT_DOUBLE_ARROW = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_NEXT
Declaration
public const int CTL_NEXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_NOT
Declaration
public const int CTL_NOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_OR
Declaration
public const int CTL_OR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_PROPOSITION
Declaration
public const int CTL_PROPOSITION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_RIGHTWARDS_DOUBLE_ARROW
Declaration
public const int CTL_RIGHTWARDS_DOUBLE_ARROW = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_UNTIL
Declaration
public const int CTL_UNTIL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CTL_UPTACK
Declaration
public const int CTL_UPTACK = 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_proposition
Declaration
public const int RULE_proposition = 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
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
T__3
Declaration
public const int T__3 = 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
proposition()
Declaration
public ctlParser.PropositionContext proposition()
Returns
|
Improve this Doc
View Source
Sempred(RuleContext, Int32, Int32)
Declaration
public override bool Sempred(RuleContext _localctx, int ruleIndex, int predIndex)
Parameters
Type |
Name |
Description |
RuleContext |
_localctx |
|
System.Int32 |
ruleIndex |
|
System.Int32 |
predIndex |
|
Returns
Type |
Description |
System.Boolean |
|