Uses of Enum Class
japicmp.model.BridgeModifier
Packages that use BridgeModifier
-
Uses of BridgeModifier in japicmp.model
Fields in japicmp.model with type parameters of type BridgeModifierModifier and TypeFieldDescriptionprivate final JApiModifier
<BridgeModifier> JApiBehavior.bridgeModifier
Methods in japicmp.model that return BridgeModifierModifier and TypeMethodDescriptionstatic BridgeModifier
Returns 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.