Exemplo n.º 1
0
 public <T> T accept(ASTVisitor<T> v) {
   return v.forVariable(this);
 }