Uses of Class
japicmp.model.BridgeModifier
-
Packages that use BridgeModifier Package Description japicmp.model -
-
Uses of BridgeModifier in japicmp.model
Fields in japicmp.model with type parameters of type BridgeModifier Modifier and Type Field Description private JApiModifier<BridgeModifier>
JApiBehavior. bridgeModifier
Methods in japicmp.model that return BridgeModifier Modifier and Type Method Description static BridgeModifier
BridgeModifier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BridgeModifier[]
BridgeModifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in japicmp.model that return types with arguments of type BridgeModifier Modifier and Type Method Description private JApiModifier<BridgeModifier>
JApiBehavior. extractBridgeModifier(Optional<? extends javassist.CtBehavior> oldBehaviorOptional, Optional<? extends javassist.CtBehavior> newBehaviorOptional)
JApiModifier<BridgeModifier>
JApiBehavior. getBridgeModifier()
JApiModifier<BridgeModifier>
JApiHasBridgeModifier. getBridgeModifier()
Returns the bridge modifier.
-