Uses of Enum Class
japicmp.model.JApiClassType.ClassType
Packages that use JApiClassType.ClassType
-
Uses of JApiClassType.ClassType in japicmp.model
Subclasses with type arguments of type JApiClassType.ClassType in japicmp.modelMethods in japicmp.model that return JApiClassType.ClassTypeModifier and TypeMethodDescriptionstatic JApiClassType.ClassTypeReturns 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.ClassTypeClassHelper.getType(javassist.CtClass ctClass)