Package japicmp.model
Interface JApiHasBridgeModifier
- All Known Implementing Classes:
JApiBehavior
,JApiConstructor
,JApiMethod
public interface JApiHasBridgeModifier
Implemented by all elements that have a bridge modifier.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the bridge modifier.
-
Method Details
-
getBridgeModifier
JApiModifier<BridgeModifier> getBridgeModifier()Returns the bridge modifier. The ACC_BRIDGE property is added by the compiler for bridge methods.- Returns:
- the bridge modifier
-