Antlr4.Tool.Ast.OptionalBlockAST.GetGreedy C# (CSharp) 메소드

GetGreedy() 공개 메소드

public GetGreedy ( ) : bool
리턴 bool
        public virtual bool GetGreedy()
        {
            return _greedy;
        }