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

ResolvesToListLabel() public method

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