Exemplo n.º 1
0
 @Override
 public <R> R accept(ASTVisitor<R> visitor) {
   return visitor.visitThrowExpression(this);
 }