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

NotAST() public method

public NotAST ( NotAST node )
node NotAST
        public NotAST(NotAST node)
            : base(node)
        {
        }

Same methods

NotAST::NotAST ( int type, Antlr.Runtime.IToken t )