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

NotAST() public method

public NotAST ( int type, Antlr.Runtime.IToken t )
type int
t Antlr.Runtime.IToken
        public NotAST(int type, IToken t)
            : base(type, t)
        {
        }

Same methods

NotAST::NotAST ( NotAST node )