프로퍼티 | 타입 | 설명 | |
---|---|---|---|
atnState | |||
g | Grammar | ||
textOverride | string |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public GetAllChildrenWithType ( int type ) : IList |
||
type | int | |
리턴 | IList |
public GetChildrenAsArray ( ) : Antlr4.Tool.Ast.GrammarAST[] | ||
리턴 | Antlr4.Tool.Ast.GrammarAST[] |
public GetFirstChildWithType ( int type ) : Antlr.Runtime.Tree.ITree | ||
type | int | |
리턴 | Antlr.Runtime.Tree.ITree |
public GetFirstDescendantWithType ( Antlr types ) : Antlr.Runtime.Tree.CommonTree | ||
types | Antlr | |
리턴 | Antlr.Runtime.Tree.CommonTree |
public GetFirstDescendantWithType ( int type ) : Antlr.Runtime.Tree.CommonTree | ||
type | int | |
리턴 | Antlr.Runtime.Tree.CommonTree |
public GetNodeWithTokenIndex ( int index ) : |
||
index | int | |
리턴 |
public GetNodesWithType ( Antlr4.Runtime.Misc.IntervalSet types ) : IList |
||
types | Antlr4.Runtime.Misc.IntervalSet | |
리턴 | IList |
public GetNodesWithTypePreorderDFS ( Antlr4.Runtime.Misc.IntervalSet types ) : IList |
||
types | Antlr4.Runtime.Misc.IntervalSet | |
리턴 | IList |
public GetNodesWithTypePreorderDFS_ ( IList |
||
nodes | IList |
|
types | Antlr4.Runtime.Misc.IntervalSet | |
리턴 | void |
public GrammarAST ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public GrammarAST ( Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
t | Antlr.Runtime.IToken | |
리턴 | System.Collections.Generic |
public GrammarAST ( |
||
node | ||
리턴 | System.Collections.Generic |
public GrammarAST ( int type ) : System.Collections.Generic | ||
type | int | |
리턴 | System.Collections.Generic |
public GrammarAST ( int type, Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
리턴 | System.Collections.Generic |
public GrammarAST ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
text | string | |
리턴 | System.Collections.Generic |