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

ResolveToAttribute() public method

public ResolveToAttribute ( string x, ActionAST node ) : Attribute
x string
node Antlr4.Tool.Ast.ActionAST
return Attribute
        public virtual Attribute ResolveToAttribute(string x, ActionAST node)
        {
            return null;
        }

Same methods

Grammar::ResolveToAttribute ( string x, string y, ActionAST node ) : Attribute