All Packages Class Hierarchy This Package Previous Next Index
Class lti.java.jcf.JcfInterfaceCollection
java.lang.Object
|
+----lti.java.jcf.JcfInterfaceCollection
- public class JcfInterfaceCollection
- extends Object
- implements RuntimeConstants
JcfInterfaceCollection is simply an array of CptClass indicies of the interfaces
that the class implements. Reading and writing are supported.
-
constPool
-
-
data
- The actual interface constant pool indicies.
-
JcfInterfaceCollection(JcfClassInput, JcfConstantPool)
-
-
write(JcfClassOutput)
-
data
public short data[]
- The actual interface constant pool indicies.
constPool
protected JcfConstantPool constPool
JcfInterfaceCollection
public JcfInterfaceCollection(JcfClassInput ist,
JcfConstantPool p) throws ClassFormatError, IOException
write
public void write(JcfClassOutput ost) throws IOException
All Packages Class Hierarchy This Package Previous Next Index