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

ResolvesToAttributeDict() public method

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