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

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

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

Same methods

OptionalBlockAST::OptionalBlockAST ( OptionalBlockAST node )