Uses of Class
japicmp.model.SyntheticAttribute
-
Packages that use SyntheticAttribute Package Description japicmp.model japicmp.util -
-
Uses of SyntheticAttribute in japicmp.model
Fields in japicmp.model with type parameters of type SyntheticAttribute 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 SyntheticAttribute Modifier and Type Method Description static SyntheticAttribute
SyntheticAttribute. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SyntheticAttribute[]
SyntheticAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in japicmp.model that return types with arguments of type SyntheticAttribute 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()
-
Uses of SyntheticAttribute in japicmp.util
Method parameters in japicmp.util with type arguments of type SyntheticAttribute Modifier and Type Method Description private static boolean
ModifierHelper. hasSyntheticAttribute(JApiAttribute<SyntheticAttribute> syntheticAttribute)
-