Uses of Class
japicmp.model.JApiAttribute
-
Packages that use JApiAttribute Package Description japicmp.model japicmp.util -
-
Uses of JApiAttribute in japicmp.model
Fields in japicmp.model declared as JApiAttribute Modifier and Type Field Description private JApiAttribute<SyntheticAttribute>
JApiBehavior. syntheticAttribute
private JApiAttribute<SyntheticAttribute>
JApiClass. syntheticAttribute
private JApiAttribute<SyntheticAttribute>
JApiField. syntheticAttribute
Methods in japicmp.model that return JApiAttribute Modifier and Type Method Description protected 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)
JApiAttribute<SyntheticAttribute>
JApiBehavior. getSyntheticAttribute()
JApiAttribute<SyntheticAttribute>
JApiClass. getSyntheticAttribute()
JApiAttribute<SyntheticAttribute>
JApiField. getSyntheticAttribute()
JApiAttribute<SyntheticAttribute>
JApiHasSyntheticAttribute. getSyntheticAttribute()
Methods in japicmp.model that return types with arguments of type JApiAttribute Modifier and Type Method Description java.util.List<JApiAttribute<? extends java.lang.Enum<?>>>
JApiBehavior. getAttributes()
java.util.List<JApiAttribute<? extends java.lang.Enum<?>>>
JApiClass. getAttributes()
java.util.List<JApiAttribute<? extends java.lang.Enum<?>>>
JApiField. getAttributes()
-
Uses of JApiAttribute in japicmp.util
Methods in japicmp.util with parameters of type JApiAttribute Modifier and Type Method Description private static boolean
ModifierHelper. hasSyntheticAttribute(JApiAttribute<SyntheticAttribute> syntheticAttribute)
-