(PhyPlanVisitor v)
| 98 | } |
| 99 | |
| 100 | @Override |
| 101 | public void visit(PhyPlanVisitor v) throws VisitorException { |
| 102 | // TODO Auto-generated method stub |
| 103 | throw new VisitorException("Vistor not accepted !"); |
| 104 | } |
| 105 | |
| 106 | @Override |
| 107 | public Tuple illustratorMarkup(Object in, Object out, int eqClassIndex) { |
no outgoing calls
no test coverage detected