ResolveToAttribute() public méthode

public ResolveToAttribute ( string x, ActionAST node ) : Attribute
x string
node Antlr4.Tool.Ast.ActionAST
Résultat Attribute
Exemple #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
 }