Beispiel #1
0
 public void setReturnType(Class type)
 {
     this.setReturnType(type.getName());
 }
Beispiel #2
0
 public void inheritFrom(Class clazz)
 {
     this.addSuper(clazz.getName());
 }
Beispiel #3
0
 public void setType(Class type ) {
   this.setType( type.getName() );
 }
Beispiel #4
0
 public void inheritFrom( Class clazz ) {
   this.addSuper( clazz.getName() );
 }