Property | Type | Description | |
---|---|---|---|
actionIndex | int | ||
actions | IList |
||
alt | Antlr4.Tool.Alternative[] | ||
args | |||
ast | |||
exceptions | IList |
||
finallyAction | |||
g | |||
index | int | ||
isStartRule | bool | ||
locals | |||
mode | string | ||
modifiers | IList |
||
name | string | ||
namedActions | ActionAST>.IDictionary | ||
numberOfAlts | int | ||
predefinedRulePropertiesDict | |||
retvals | |||
validLexerCommands | ISet |
Method | Description | |
---|---|---|
DefineActionInAlt ( int currentAlt, |
||
DefineLexerAction ( |
||
DefinePredicateInAlt ( int currentAlt, |
||
Equals ( object obj ) : bool | ||
GetAltLabels ( ) : IDictionary |
||
GetAnyLabelDef ( string x ) : |
||
GetBaseContext ( ) : string | ||
GetElementLabelDefs ( ) : LabelElementPair>.Runtime.Misc.MultiMap |
||
GetElementLabelNames ( ) : ISet |
||
GetHashCode ( ) : int | ||
GetOriginalNumberOfAlts ( ) : int | ||
GetPredefinedScope ( LabelType ltype ) : |
||
GetTokenRefs ( ) : ISet |
||
GetUnlabeledAltASTs ( ) : IList |
||
HasAltSpecificContexts ( ) : bool | ||
IsFragment ( ) : bool | ||
ResolveRetvalOrProperty ( string y ) : |
||
ResolveToAttribute ( string x, |
||
ResolveToAttribute ( string x, string y, |
||
ResolvesToAttributeDict ( string x, |
||
ResolvesToLabel ( string x, |
||
ResolvesToListLabel ( string x, |
||
ResolvesToToken ( string x, |
||
Rule ( |
||
SetBaseContext ( string baseContext ) : void | ||
ToString ( ) : string | ||
resolveToRule ( string x ) : |
Method | Description | |
---|---|---|
Rule ( ) : System.Collections.Generic |
public DefineActionInAlt ( int currentAlt, |
||
currentAlt | int | |
actionAST | ||
return | void |
public DefineLexerAction ( |
||
actionAST | ||
return | void |
public DefinePredicateInAlt ( int currentAlt, |
||
currentAlt | int | |
predAST | ||
return | void |
public GetAnyLabelDef ( string x ) : |
||
x | string | |
return |
public GetElementLabelDefs ( ) : LabelElementPair>.Runtime.Misc.MultiMap |
||
return | LabelElementPair>.Runtime.Misc.MultiMap |
public GetPredefinedScope ( LabelType ltype ) : |
||
ltype | LabelType | |
return |
public ResolveRetvalOrProperty ( string y ) : |
||
y | string | |
return |
public ResolveToAttribute ( string x, |
||
x | string | |
node | ||
return |
public ResolveToAttribute ( string x, string y, |
||
x | string | |
y | string | |
node | ||
return |
public ResolvesToAttributeDict ( string x, |
||
x | string | |
node | ||
return | bool |
public ResolvesToLabel ( string x, |
||
x | string | |
node | ||
return | bool |
public ResolvesToListLabel ( string x, |
||
x | string | |
node | ||
return | bool |
public ResolvesToToken ( string x, |
||
x | string | |
node | ||
return | bool |
public Rule ( |
||
g | ||
name | string | |
ast | ||
numberOfAlts | int | |
return | System.Collections.Generic |
public SetBaseContext ( string baseContext ) : void | ||
baseContext | string | |
return | void |
public ActionAST,Antlr4.Tool.Ast finallyAction | ||
return |
public static AttributeDict,Antlr4.Tool predefinedRulePropertiesDict | ||
return |