Uses of Enum Class
japicmp.model.SyntheticAttribute
Packages that use SyntheticAttribute
-
Uses of SyntheticAttribute in japicmp.model
Subclasses with type arguments of type SyntheticAttribute in japicmp.modelFields in japicmp.model with type parameters of type SyntheticAttributeModifier and TypeFieldDescriptionprivate final JApiAttribute<SyntheticAttribute> JApiBehavior.syntheticAttributeprivate final JApiAttribute<SyntheticAttribute> JApiClass.syntheticAttributeprivate final JApiAttribute<SyntheticAttribute> JApiField.syntheticAttributeMethods in japicmp.model that return SyntheticAttributeModifier and TypeMethodDescriptionstatic SyntheticAttributeReturns the enum constant of this class with the specified name.static SyntheticAttribute[]SyntheticAttribute.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 SyntheticAttributeModifier and TypeMethodDescriptionprotected 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) JApiBehavior.getSyntheticAttribute()JApiClass.getSyntheticAttribute()JApiField.getSyntheticAttribute()JApiHasSyntheticAttribute.getSyntheticAttribute() -
Uses of SyntheticAttribute in japicmp.util
Method parameters in japicmp.util with type arguments of type SyntheticAttributeModifier and TypeMethodDescriptionprivate static booleanModifierHelper.hasSyntheticAttribute(JApiAttribute<SyntheticAttribute> syntheticAttribute)