Uses of Class
japicmp.model.SyntheticAttribute
-
Packages that use SyntheticAttribute Package Description japicmp.model japicmp.util -
-
Uses of SyntheticAttribute in japicmp.model
Fields in japicmp.model with type parameters of type SyntheticAttribute Modifier and Type Field Description private JApiAttribute<SyntheticAttribute>JApiBehavior. syntheticAttributeprivate JApiAttribute<SyntheticAttribute>JApiClass. syntheticAttributeprivate JApiAttribute<SyntheticAttribute>JApiField. syntheticAttributeMethods in japicmp.model that return SyntheticAttribute Modifier and Type Method Description static SyntheticAttributeSyntheticAttribute. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SyntheticAttribute[]SyntheticAttribute. 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 SyntheticAttribute Modifier and Type Method Description protected JApiAttribute<SyntheticAttribute>JApiBehavior. extractSyntheticAttribute(Optional<? extends javassist.CtBehavior> oldBehaviorOptional, Optional<? extends javassist.CtBehavior> newBehaviorOptional)private JApiAttribute<SyntheticAttribute>JApiClass. extractSyntheticAttribute(Optional<javassist.CtClass> oldClassOptional, Optional<javassist.CtClass> newClassOptional)private JApiAttribute<SyntheticAttribute>JApiField. extractSyntheticAttribute(Optional<javassist.CtField> oldFieldOptional, Optional<javassist.CtField> newFieldOptional)JApiAttribute<SyntheticAttribute>JApiBehavior. getSyntheticAttribute()JApiAttribute<SyntheticAttribute>JApiClass. getSyntheticAttribute()JApiAttribute<SyntheticAttribute>JApiField. getSyntheticAttribute()JApiAttribute<SyntheticAttribute>JApiHasSyntheticAttribute. getSyntheticAttribute() -
Uses of SyntheticAttribute in japicmp.util
Method parameters in japicmp.util with type arguments of type SyntheticAttribute Modifier and Type Method Description private static booleanModifierHelper. hasSyntheticAttribute(JApiAttribute<SyntheticAttribute> syntheticAttribute)
-