Antlr4.Tool.Alternative.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 rule.ResolveToAttribute(x, node); // reuse that code
        }

Same methods

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