Uses of Class
japicmp.model.JApiClassType.ClassType
-
Packages that use JApiClassType.ClassType Package Description japicmp.model japicmp.util -
-
Uses of JApiClassType.ClassType in japicmp.model
Fields in japicmp.model with type parameters of type JApiClassType.ClassType Modifier and Type Field Description private Optional<JApiClassType.ClassType>
JApiClassType. newTypeOptional
private Optional<JApiClassType.ClassType>
JApiClassType. oldTypeOptional
Methods in japicmp.model that return JApiClassType.ClassType Modifier and Type Method Description static JApiClassType.ClassType
JApiClassType.ClassType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JApiClassType.ClassType[]
JApiClassType.ClassType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in japicmp.model that return types with arguments of type JApiClassType.ClassType Modifier and Type Method Description Optional<JApiClassType.ClassType>
JApiClassType. getNewTypeOptional()
Optional<JApiClassType.ClassType>
JApiClassType. getOldTypeOptional()
Constructor parameters in japicmp.model with type arguments of type JApiClassType.ClassType Constructor Description JApiClassType(Optional<JApiClassType.ClassType> oldTypeOptional, Optional<JApiClassType.ClassType> newTypeOptional, JApiChangeStatus changeStatus)
-
Uses of JApiClassType.ClassType in japicmp.util
Methods in japicmp.util that return JApiClassType.ClassType Modifier and Type Method Description static JApiClassType.ClassType
ClassHelper. getType(javassist.CtClass ctClass)
-