jef.dna.attributes
Interface SyntheticAttribute
- All Superinterfaces:
- Attribute, BytesCountable, java.lang.Cloneable
- All Known Implementing Classes:
- SyntheticAttribute
public interface SyntheticAttribute
- extends Attribute
Class representing a Synthetic Attribute. The Synthetic attribute6 is a fixed-length attribute in
the attributes table of ClassFile, field_info, and method_info structures. A class member that
does not appear in the source code must be marked using a Synthetic attribute.
- Author:
- Francesco Russo frusso@cs.unibo.it