Package japicmp.model
Interface JApiHasSyntheticAttribute
-
- All Known Subinterfaces:
JApiCanBeSynthetic
- All Known Implementing Classes:
JApiBehavior
,JApiClass
,JApiConstructor
,JApiField
,JApiMethod
public interface JApiHasSyntheticAttribute
Implemented by all elements that can have a synthetic attribute as described in the Class File Format Specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JApiAttribute<SyntheticAttribute>
getSyntheticAttribute()
-
-
-
Method Detail
-
getSyntheticAttribute
JApiAttribute<SyntheticAttribute> getSyntheticAttribute()
-
-