Uses of Class
japicmp.model.JApiAttribute
Packages that use JApiAttribute
-
Uses of JApiAttribute in japicmp.model
Fields in japicmp.model declared as JApiAttributeModifier and TypeFieldDescriptionprivate final JApiAttribute
<SyntheticAttribute> JApiBehavior.syntheticAttribute
private final JApiAttribute
<SyntheticAttribute> JApiClass.syntheticAttribute
private final JApiAttribute
<SyntheticAttribute> JApiField.syntheticAttribute
Methods in japicmp.model that return JApiAttributeModifier and TypeMethodDescriptionprotected JApiAttribute
<SyntheticAttribute> JApiBehavior.extractSyntheticAttribute
(Optional<? extends javassist.CtBehavior> oldBehaviorOptional, Optional<? extends javassist.CtBehavior> newBehaviorOptional) private JApiAttribute
<SyntheticAttribute> JApiClass.extractSyntheticAttribute
(Optional<javassist.CtClass> oldClassOptional, Optional<javassist.CtClass> newClassOptional) private JApiAttribute
<SyntheticAttribute> JApiField.extractSyntheticAttribute
(Optional<javassist.CtField> oldFieldOptional, Optional<javassist.CtField> newFieldOptional) JApiBehavior.getSyntheticAttribute()
JApiClass.getSyntheticAttribute()
JApiField.getSyntheticAttribute()
JApiHasSyntheticAttribute.getSyntheticAttribute()
Methods in japicmp.model that return types with arguments of type JApiAttributeModifier and TypeMethodDescriptionList
<JApiAttribute<? extends Enum<?>>> JApiBehavior.getAttributes()
List
<JApiAttribute<? extends Enum<?>>> JApiClass.getAttributes()
List
<JApiAttribute<? extends Enum<?>>> JApiField.getAttributes()
-
Uses of JApiAttribute in japicmp.util
Methods in japicmp.util with parameters of type JApiAttributeModifier and TypeMethodDescriptionprivate static boolean
ModifierHelper.hasSyntheticAttribute
(JApiAttribute<SyntheticAttribute> syntheticAttribute)