C# Class Antlr4.Tool.Ast.BlockAST

Inheritance: GrammarASTWithOptions, RuleElementAST
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
defaultBlockOptions string>.IDictionary
defaultLexerBlockOptions string>.IDictionary

Public Methods

Method Description
BlockAST ( BlockAST node ) : System.Collections.Generic
BlockAST ( IToken t ) : System.Collections.Generic
BlockAST ( int type ) : System.Collections.Generic
BlockAST ( int type, IToken t ) : System.Collections.Generic
BlockAST ( int type, IToken t, string text ) : System.Collections.Generic
DupNode ( ) : Antlr.Runtime.Tree.ITree
Visit ( GrammarASTVisitor v ) : object

Method Details

BlockAST() public method

public BlockAST ( BlockAST node ) : System.Collections.Generic
node BlockAST
return System.Collections.Generic

BlockAST() public method

public BlockAST ( IToken t ) : System.Collections.Generic
t IToken
return System.Collections.Generic

BlockAST() public method

public BlockAST ( int type ) : System.Collections.Generic
type int
return System.Collections.Generic

BlockAST() public method

public BlockAST ( int type, IToken t ) : System.Collections.Generic
type int
t IToken
return System.Collections.Generic

BlockAST() public method

public BlockAST ( int type, IToken t, string text ) : System.Collections.Generic
type int
t IToken
text string
return System.Collections.Generic

DupNode() public method

public DupNode ( ) : Antlr.Runtime.Tree.ITree
return Antlr.Runtime.Tree.ITree

Visit() public method

public Visit ( GrammarASTVisitor v ) : object
v GrammarASTVisitor
return object

Property Details

defaultBlockOptions public static property

public static IDictionary defaultBlockOptions
return string>.IDictionary

defaultLexerBlockOptions public static property

public static IDictionary defaultLexerBlockOptions
return string>.IDictionary