Ejemplo n.º 1
0
 @Override
 int dispatchVisit(final IPSTVisitor action) {
   return action.visit(this);
 }
Ejemplo n.º 2
0
 @Override
 int dispatchLeave(final IPSTVisitor action) {
   return action.leave(this);
 }