Antlr4.Tool.Ast.OptionalBlockAST.GetGreedy C# (CSharp) Méthode

GetGreedy() public méthode

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