Antlr4.Tool.Alternative.ResolveToAttribute C# (CSharp) 메소드

ResolveToAttribute() 공개 메소드

public ResolveToAttribute ( string x, ActionAST node ) : Attribute
x string
node Antlr4.Tool.Ast.ActionAST
리턴 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