Esempio n. 1
0
 public boolean visit(ReturnStatement node) {
   fResult.add(
       new OccurrenceLocation(
           node.getStart(), node.getLength(), getOccurrenceType(null), fDescription));
   return super.visit(node);
 }