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

ActionAST() public method

public ActionAST ( int type ) : System.Collections.Generic
type int
return System.Collections.Generic
        public ActionAST(int type)
            : base(type)
        {
        }

Same methods

ActionAST::ActionAST ( ActionAST node ) : System.Collections.Generic
ActionAST::ActionAST ( IToken t ) : System.Collections.Generic
ActionAST::ActionAST ( int type, IToken t ) : System.Collections.Generic