Property | Type | Description | |
---|---|---|---|
DefaultVocabulary | IVocabulary | ||
_ATN | ATN | ||
ruleNames | string[] |
Property | Type | Description | |
---|---|---|---|
decisionToDFA | DFA[] | ||
sharedContextCache | PredictionContextCache |
Property | Type | Description | |
---|---|---|---|
@operator | OperatorContext | ||
TmtParser | System | ||
boolean | BooleanContext | ||
expression | ExpressionContext | ||
expression | ExpressionContext | ||
expression_sempred | bool | ||
parse | ParseContext | ||
subject | SubjectContext | ||
subjectproperty | SubjectpropertyContext |
Method | Description | |
---|---|---|
Sempred ( RuleContext _localctx, int ruleIndex, int predIndex ) : bool | ||
TmtParser ( ITokenStream input ) : System | ||
TmtParser ( ITokenStream input, TextWriter output, TextWriter errorOutput ) : System |
Method | Description | |
---|---|---|
@operator ( ) : OperatorContext | ||
TmtParser ( ) : System | ||
boolean ( ) : BooleanContext | ||
expression ( ) : ExpressionContext | ||
expression ( int _p ) : ExpressionContext | ||
expression_sempred ( ExpressionContext _localctx, int predIndex ) : bool | ||
parse ( ) : ParseContext | ||
subject ( ) : SubjectContext | ||
subjectproperty ( ) : SubjectpropertyContext |
public Sempred ( RuleContext _localctx, int ruleIndex, int predIndex ) : bool | ||
_localctx | RuleContext | |
ruleIndex | int | |
predIndex | int | |
return | bool |
public TmtParser ( ITokenStream input ) : System | ||
input | ITokenStream | |
return | System |
public TmtParser ( ITokenStream input, TextWriter output, TextWriter errorOutput ) : System | ||
input | ITokenStream | |
output | TextWriter | |
errorOutput | TextWriter | |
return | System |
public static IVocabulary DefaultVocabulary | ||
return | IVocabulary |