Antlr4.Tool.Grammar.ResolvesToLabel C# (CSharp) Method

ResolvesToLabel() public method

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