Antlr4.Tool.Ast.ActionAST.ActionAST C# (CSharp) Метод

ActionAST() публичный Метод

public ActionAST ( int type, IToken t ) : System.Collections.Generic
type int
t IToken
Результат System.Collections.Generic
        public ActionAST(int type, IToken t)
            : base(type, t)
        {
        }

Same methods

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