Antlr4.Tool.Ast.NotAST.NotAST C# (CSharp) Méthode

NotAST() public méthode

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

Same methods

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