Class GenericClassDescriptor
- java.lang.Object
-
- org.jetbrains.java.decompiler.struct.gen.generics.GenericClassDescriptor
-
public class GenericClassDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.util.List<VarType>>fboundsjava.util.List<java.lang.String>fparametersGenericTypegenericTypeVarTypesuperclassjava.util.List<VarType>superinterfaces
-
Constructor Summary
Constructors Constructor Description GenericClassDescriptor()
-
-
-
Field Detail
-
superclass
public VarType superclass
-
genericType
public GenericType genericType
-
superinterfaces
public final java.util.List<VarType> superinterfaces
-
fparameters
public final java.util.List<java.lang.String> fparameters
-
fbounds
public final java.util.List<java.util.List<VarType>> fbounds
-
-