Uses of Enum Class
japicmp.model.BridgeModifier
Packages that use BridgeModifier
-
Uses of BridgeModifier in japicmp.model
Subclasses with type arguments of type BridgeModifier in japicmp.modelModifier and TypeClassDescriptionenumRepresents the ACC_BRIDGE property flag for classes/methods as described in the Class File Format Specification.Methods in japicmp.model that return BridgeModifierModifier and TypeMethodDescriptionstatic BridgeModifierReturns the enum constant of this class with the specified name.static BridgeModifier[]BridgeModifier.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 BridgeModifierModifier and TypeMethodDescriptionJApiBehavior.getBridgeModifier()JApiHasBridgeModifier.getBridgeModifier()Returns the bridge modifier.