Antlr4.Tool.Grammar.ResolvesToLabel C# (CSharp) Méthode

ResolvesToLabel() public méthode

public ResolvesToLabel ( string x, ActionAST node ) : bool
x string
node Antlr4.Tool.Ast.ActionAST
Résultat bool
        public virtual bool ResolvesToLabel(string x, ActionAST node)
        {
            return false;
        }