Antlr4.Tool.Ast.PlusBlockAST.GetGreedy C# (CSharp) Method

GetGreedy() public method

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