at.dms.classfile
Class SyntheticAttribute
java.lang.Object
at.dms.classfile.Attribute
at.dms.classfile.SyntheticAttribute
public class SyntheticAttribute
- extends Attribute
VMS 4.7.6 : Synthetic Attribute.
This attribute marks fields and methods synthesized by the compiler
in order to implement the scoping of names.
At present,the length of this must be zero.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntheticAttribute
public SyntheticAttribute()
- Create a synthetic attribute.
SyntheticAttribute
public SyntheticAttribute(DataInput in,
ConstantPool cp)
throws IOException,
ClassFileFormatException
- Constructs a synthetic attribute from a class file stream.
- Parameters:
in - the stream to read fromcp - the constant pool
- Throws:
IOException - an io problem has occured
ClassFileFormatException - attempt to
write a bad classfile info