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.Fields in japicmp.model with type parameters of type BridgeModifierModifier and TypeFieldDescriptionprivate final JApiModifier<BridgeModifier> JApiBehavior.bridgeModifierMethods 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 TypeMethodDescriptionprivate JApiModifier<BridgeModifier> JApiBehavior.extractBridgeModifier(Optional<? extends javassist.CtBehavior> oldBehaviorOptional, Optional<? extends javassist.CtBehavior> newBehaviorOptional) JApiBehavior.getBridgeModifier()JApiHasBridgeModifier.getBridgeModifier()Returns the bridge modifier.