Exemplo n.º 1
0
 /**
  * Accepts the specified attribute visitor
  *
  * @param p the visitor
  */
 public Object accept(AttributeVisitor p) {
   return p.visitMethodCallExpression(this, prefix, ident, args);
 }
 /**
  * Accepts the specified attribute visitor
  *
  * @param p the visitor
  */
 public Object accept(AttributeVisitor p) {
   return p.visitLogicalComplementExpression(this, expr);
 }
Exemplo n.º 3
0
 /**
  * Accepts the specified attribute visitor
  *
  * @param p the visitor
  */
 public Object accept(AttributeVisitor p) {
   return p.visitReturnStatement(this, expr);
 }