Antlr4.Tool.Ast.ActionAST.ActionAST C# (CSharp) Method

ActionAST() public method

public ActionAST ( ActionAST node ) : System.Collections.Generic
node ActionAST
return System.Collections.Generic
        public ActionAST(ActionAST node)
            : base(node)
        {
            this.resolver = node.resolver;
            this.chunks = node.chunks;
        }

Same methods

ActionAST::ActionAST ( IToken t ) : System.Collections.Generic
ActionAST::ActionAST ( int type ) : System.Collections.Generic
ActionAST::ActionAST ( int type, IToken t ) : System.Collections.Generic