Class TypeMaker.TypeTypes
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.util.TypeMaker.TypeTypes
-
- Enclosing class:
- TypeMaker
public static class TypeMaker.TypeTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description BaseType
interfaces
ObjectType
superType
ObjectType
thisType
BaseTypeParameter
typeParameters
-
Constructor Summary
Constructors Constructor Description TypeTypes()
-
-
-
Field Detail
-
thisType
public ObjectType thisType
-
typeParameters
public BaseTypeParameter typeParameters
-
superType
public ObjectType superType
-
interfaces
public BaseType interfaces
-
-