Antlr4.Tool.Ast.ActionAST.ActionAST C# (CSharp) Метод

ActionAST() публичный Метод

public ActionAST ( ActionAST node ) : System.Collections.Generic
node ActionAST
Результат 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