Uses of Enum Class
japicmp.model.SyntheticModifier
Packages that use SyntheticModifier
-
Uses of SyntheticModifier in japicmp.model
Fields in japicmp.model with type parameters of type SyntheticModifierModifier and TypeFieldDescriptionprivate final JApiModifier
<SyntheticModifier> JApiBehavior.syntheticModifier
private final JApiModifier
<SyntheticModifier> JApiClass.syntheticModifier
private final JApiModifier
<SyntheticModifier> JApiField.syntheticModifier
Methods in japicmp.model that return SyntheticModifierModifier and TypeMethodDescriptionstatic SyntheticModifier
Returns the enum constant of this class with the specified name.static SyntheticModifier[]
SyntheticModifier.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 SyntheticModifierModifier and TypeMethodDescriptionprivate JApiModifier
<SyntheticModifier> JApiBehavior.extractSyntheticModifier
(Optional<? extends javassist.CtBehavior> oldBehaviorOptional, Optional<? extends javassist.CtBehavior> newBehaviorOptional) private JApiModifier
<SyntheticModifier> JApiClass.extractSyntheticModifier
(Optional<javassist.CtClass> oldClassOptional, Optional<javassist.CtClass> newClassOptional) private JApiModifier
<SyntheticModifier> JApiField.extractSyntheticModifier
(Optional<javassist.CtField> oldFieldOptional, Optional<javassist.CtField> newFieldOptional) JApiBehavior.getSyntheticModifier()
JApiClass.getSyntheticModifier()
JApiField.getSyntheticModifier()
JApiHasSyntheticModifier.getSyntheticModifier()
Returns the synthetic modifier. -
Uses of SyntheticModifier in japicmp.util
Method parameters in japicmp.util with type arguments of type SyntheticModifierModifier and TypeMethodDescriptionprivate static boolean
ModifierHelper.hasSyntheticModifier
(JApiModifier<SyntheticModifier> syntheticModifier)