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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JApiModifier<SyntheticModifier>
getSyntheticModifier()
Returns the synthetic modifier.
-
-
-
Method Detail
-
getSyntheticModifier
JApiModifier<SyntheticModifier> getSyntheticModifier()
Returns the synthetic modifier.- Returns:
- the synthetic modifier
-
-