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