Package japicmp.model
package japicmp.model
-
ClassDescriptionRepresents the ACC_ABSTRACT property flag for classes/methods as described in the Class File Format Specification.Represents the access modifiers as defined in the Java Language Specification.Represents the ACC_BRIDGE property flag for classes/methods as described in the Class File Format Specification.Represents the final modifier.Interface to union the two interface
JApiHasSyntheticAttribute
andJApiHasSyntheticModifier
.Represents the change status.Implemented by elements which can indicate if they have changed compatible or not.Interface for any elements that have an abstract modifier.Implemented by all elements that have an access modifier.Implemented by all elements that can have annotations.Implemented by all elements that have a bridge modifier.Implemented by all elements that can have a change status.Implemented by all elements that have a final modifier.This interface is implemented by all elements that can have line number in their source file.Implemented by all elements that have a modifier (access, synthetic, etc.)Implemented by all elements that have a static modifier.Implemented by all elements that can have a synthetic attribute as described in the Class File Format Specification.Implemented by all elements that can have a synthetic modifier.Implemented by all elements that can have a transient modifier.This interface defines a method to check whether the implementing element has changed in a way that is compatible or incompatible regarding the Java Object Serialization mechanism as defined in http://docs.oracle.com/javase/7/docs/platform/serialization/spec/serialTOC.html.JApiModifier<T>Marker interface for all modifiers.This class represents changes regarding the Java Object Serialization Specification (see http://docs.oracle.com/javase/7/docs/platform/serialization/spec/serialTOC.html).Represents the static modifier.Represents a synthetic attribute.Represents the ACC_SYNTHETIC property flag for classes/methods/fields as described in the Class File Format Specification.Represents the transient modifier.