Antlr4.Tool.Ast.BlockAST.BlockAST C# (CSharp) 메소드

BlockAST() 공개 메소드

public BlockAST ( BlockAST node ) : System.Collections.Generic
node BlockAST
리턴 System.Collections.Generic
        public BlockAST(BlockAST node)
            : base(node)
        {
        }

Same methods

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