Ejemplo n.º 1
0
 /**
  * @attribute syn
  * @aspect GenericsSubtype
  * @declaredat
  *     /Users/eric/Documents/workspaces/clara-soot/JastAddJ/Java1.5Frontend/GenericsSubtype.jrag:66
  */
 public boolean supertypeWildcardSuper(WildcardSuperType type) {
   ASTNode$State state = state();
   try {
     return type.superType().subtype(superType());
   } finally {
   }
 }