Uses of Enum Class
japicmp.model.SyntheticModifier
Packages that use SyntheticModifier
-
Uses of SyntheticModifier in japicmp.model
Subclasses with type arguments of type SyntheticModifier in japicmp.modelModifier and TypeClassDescriptionenumRepresents the ACC_SYNTHETIC property flag for classes/methods/fields as described in the Class File Format Specification.Fields in japicmp.model with type parameters of type SyntheticModifierModifier and TypeFieldDescriptionprivate final JApiModifier<SyntheticModifier> JApiBehavior.syntheticModifierprivate final JApiModifier<SyntheticModifier> JApiClass.syntheticModifierprivate final JApiModifier<SyntheticModifier> JApiField.syntheticModifierMethods in japicmp.model that return SyntheticModifierModifier and TypeMethodDescriptionstatic SyntheticModifierReturns 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 booleanModifierHelper.hasSyntheticModifier(JApiModifier<SyntheticModifier> syntheticModifier)