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

SetAST() public method

public SetAST ( int type, Antlr.Runtime.IToken t, string text )
type int
t Antlr.Runtime.IToken
text string
        public SetAST(int type, IToken t, string text)
            : base(type, t, text)
        {
        }

Same methods

SetAST::SetAST ( SetAST node )