ResolveToAttribute() public method

public ResolveToAttribute ( string x, ActionAST node ) : Attribute
x string
node Antlr4.Tool.Ast.ActionAST
return Attribute
Beispiel #1
0
 /**  $x		Attribute: rule arguments, return values, predefined rule prop.
  */
 public virtual Attribute ResolveToAttribute(string x, ActionAST node)
 {
     return(rule.ResolveToAttribute(x, node)); // reuse that code
 }