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

ResolvesToAttributeDict() public méthode

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