Uses of Class
japicmp.model.JApiAttribute
Packages that use JApiAttribute
-
Uses of JApiAttribute in japicmp.model
Methods in japicmp.model that return JApiAttributeModifier and TypeMethodDescriptionprotected JApiAttribute<SyntheticAttribute> JApiBehavior.extractSyntheticAttribute(Optional<? extends javassist.CtBehavior> oldBehaviorOptional, Optional<? extends javassist.CtBehavior> newBehaviorOptional) 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()