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

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

public StarBlockAST ( int type, Antlr.Runtime.IToken t, Antlr.Runtime.IToken nongreedy )
type int
t Antlr.Runtime.IToken
nongreedy Antlr.Runtime.IToken
        public StarBlockAST(int type, IToken t, IToken nongreedy)
            : base(type, t)
        {
            _greedy = nongreedy == null;
        }

Same methods

StarBlockAST::StarBlockAST ( StarBlockAST node )