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

GetGreedy() public méthode

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