Uses of Enum Class
japicmp.model.SyntheticAttribute
Packages that use SyntheticAttribute
-
Uses of SyntheticAttribute in japicmp.model
Fields in japicmp.model with type parameters of type SyntheticAttributeModifier and TypeFieldDescriptionprivate final JApiAttribute
<SyntheticAttribute> JApiBehavior.syntheticAttribute
private final JApiAttribute
<SyntheticAttribute> JApiClass.syntheticAttribute
private final JApiAttribute
<SyntheticAttribute> JApiField.syntheticAttribute
Methods in japicmp.model that return SyntheticAttributeModifier and TypeMethodDescriptionstatic SyntheticAttribute
Returns 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 boolean
ModifierHelper.hasSyntheticAttribute
(JApiAttribute<SyntheticAttribute> syntheticAttribute)