Package japicmp.model
Interface JApiHasSyntheticModifier
- All Known Subinterfaces:
JApiCanBeSynthetic
- All Known Implementing Classes:
JApiBehavior
,JApiClass
,JApiConstructor
,JApiField
,JApiMethod
public interface JApiHasSyntheticModifier
Implemented by all elements that can have a synthetic modifier.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the synthetic modifier.
-
Method Details
-
getSyntheticModifier
JApiModifier<SyntheticModifier> getSyntheticModifier()Returns the synthetic modifier.- Returns:
- the synthetic modifier
-