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

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

public DupNode ( ) : Antlr.Runtime.Tree.ITree
Результат Antlr.Runtime.Tree.ITree
        public override ITree DupNode()
        {
            return new BlockAST(this);
        }