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.Methods 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 TypeMethodDescriptionJApiBehavior.getSyntheticModifier()JApiClass.getSyntheticModifier()JApiField.getSyntheticModifier()JApiHasSyntheticModifier.getSyntheticModifier()Returns the synthetic modifier.