Beispiel #1
0
 public ParameterizedType_c(JL5ParsedClassType t) {
   super(t.typeSystem(), t.init(), t.fromSource());
   this.baseType = t;
   /*fromSource = t.fromSource();
   superType = t.superType();
   interfaces = t.interfaces();
   methods = t.methods();
   fields = t.fields();
   constructors = t.constructors();
   memberClasses = t.memberClasses();
   package_ = t.package_();
   flags = t.flags();
   kind = t.kind();
   name = t.name();
   outer = t.outer();
   inStaticContext = t.inStaticContext();
   enumConstants = t.enumConstants();
   annotationElems = t.annotationElems();
   annotations = t.annotations();
   typeVariables = t.typeVariables();*/
 }