Uses of Enum Class
japicmp.model.JApiClassType.ClassType
Packages that use JApiClassType.ClassType
-
Uses of JApiClassType.ClassType in japicmp.model
Fields in japicmp.model with type parameters of type JApiClassType.ClassTypeModifier and TypeFieldDescriptionprivate final Optional
<JApiClassType.ClassType> JApiClassType.newTypeOptional
private final Optional
<JApiClassType.ClassType> JApiClassType.oldTypeOptional
Methods in japicmp.model that return JApiClassType.ClassTypeModifier and TypeMethodDescriptionstatic JApiClassType.ClassType
Returns the enum constant of this class with the specified name.static JApiClassType.ClassType[]
JApiClassType.ClassType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in japicmp.model that return types with arguments of type JApiClassType.ClassTypeModifier and TypeMethodDescriptionJApiClassType.getNewTypeOptional()
JApiClassType.getOldTypeOptional()
Constructor parameters in japicmp.model with type arguments of type JApiClassType.ClassTypeModifierConstructorDescriptionJApiClassType
(Optional<JApiClassType.ClassType> oldTypeOptional, Optional<JApiClassType.ClassType> newTypeOptional, JApiChangeStatus changeStatus) -
Uses of JApiClassType.ClassType in japicmp.util
Methods in japicmp.util that return JApiClassType.ClassTypeModifier and TypeMethodDescriptionstatic JApiClassType.ClassType
ClassHelper.getType
(javassist.CtClass ctClass)