at.dms.classfile
Class InnerClassTable
java.lang.Object
at.dms.classfile.Attribute
at.dms.classfile.InnerClassTable
public class InnerClassTable
- extends Attribute
VMS 4.7.5 : Inner Classes Attribute.
This attribute declares the encoding of bytecode names of classes
or interfaces which are not package members. It contains an array of
records, one for each encoded name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InnerClassTable
public InnerClassTable(InnerClassInfo[] entries)
- Create a line number table attribute.
InnerClassTable
public InnerClassTable(DataInput in,
ConstantPool cp)
throws IOException,
ClassFileFormatException
- Constructs a line number table 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