Property | Type | Description | |
---|---|---|---|
atnState | |||
g | Grammar | ||
textOverride | string |
Method | Description | |
---|---|---|
DeleteChild ( Antlr.Runtime.Tree.ITree t ) : bool | ||
DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
DupTree ( ) : |
||
GetAllChildrenWithType ( int type ) : IList |
||
GetAltLabel ( ) : string | ||
GetChildrenAsArray ( ) : Antlr4.Tool.Ast.GrammarAST[] | ||
GetFirstChildWithType ( int type ) : Antlr.Runtime.Tree.ITree | ||
GetFirstDescendantWithType ( Antlr types ) : Antlr.Runtime.Tree.CommonTree | ||
GetFirstDescendantWithType ( int type ) : Antlr.Runtime.Tree.CommonTree | ||
GetNodeWithTokenIndex ( int index ) : |
||
GetNodesWithType ( Antlr4.Runtime.Misc.IntervalSet types ) : IList |
||
GetNodesWithType ( int ttype ) : IList |
||
GetNodesWithTypePreorderDFS ( Antlr4.Runtime.Misc.IntervalSet types ) : IList |
||
GetNodesWithTypePreorderDFS_ ( IList |
||
GetOutermostAltNode ( ) : AltAST | ||
GrammarAST ( ) : System.Collections.Generic | ||
GrammarAST ( Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
GrammarAST ( |
||
GrammarAST ( int type ) : System.Collections.Generic | ||
GrammarAST ( int type, Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
GrammarAST ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic | ||
SetText ( string text ) : void | ||
SetType ( int type ) : void | ||
ToTokenString ( ) : string | ||
Visit ( GrammarASTVisitor v ) : object |
public DeleteChild ( Antlr.Runtime.Tree.ITree t ) : bool | ||
t | Antlr.Runtime.Tree.ITree | |
return | bool |
public DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
return | Antlr.Runtime.Tree.ITree |
public GetAllChildrenWithType ( int type ) : IList |
||
type | int | |
return | IList |
public GetChildrenAsArray ( ) : Antlr4.Tool.Ast.GrammarAST[] | ||
return | Antlr4.Tool.Ast.GrammarAST[] |
public GetFirstChildWithType ( int type ) : Antlr.Runtime.Tree.ITree | ||
type | int | |
return | Antlr.Runtime.Tree.ITree |
public GetFirstDescendantWithType ( Antlr types ) : Antlr.Runtime.Tree.CommonTree | ||
types | Antlr | |
return | Antlr.Runtime.Tree.CommonTree |
public GetFirstDescendantWithType ( int type ) : Antlr.Runtime.Tree.CommonTree | ||
type | int | |
return | Antlr.Runtime.Tree.CommonTree |
public GetNodeWithTokenIndex ( int index ) : |
||
index | int | |
return |
public GetNodesWithType ( Antlr4.Runtime.Misc.IntervalSet types ) : IList |
||
types | Antlr4.Runtime.Misc.IntervalSet | |
return | IList |
public GetNodesWithType ( int ttype ) : IList |
||
ttype | int | |
return | IList |
public GetNodesWithTypePreorderDFS ( Antlr4.Runtime.Misc.IntervalSet types ) : IList |
||
types | Antlr4.Runtime.Misc.IntervalSet | |
return | IList |
public GetNodesWithTypePreorderDFS_ ( IList |
||
nodes | IList |
|
types | Antlr4.Runtime.Misc.IntervalSet | |
return | void |
public GrammarAST ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GrammarAST ( Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
t | Antlr.Runtime.IToken | |
return | System.Collections.Generic |
public GrammarAST ( |
||
node | ||
return | System.Collections.Generic |
public GrammarAST ( int type ) : System.Collections.Generic | ||
type | int | |
return | System.Collections.Generic |
public GrammarAST ( int type, Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
return | System.Collections.Generic |
public GrammarAST ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
text | string | |
return | System.Collections.Generic |
public Visit ( GrammarASTVisitor v ) : object | ||
v | GrammarASTVisitor | |
return | object |
public ATNState,Antlr4.Runtime.Atn atnState | ||
return |