All Packages Class Hierarchy This Package Previous Next Index
Class lti.java.jcf.JcfMemberCollection
java.lang.Object
|
+----java.util.Vector
|
+----lti.java.jcf.JcfMemberCollection
- public class JcfMemberCollection
- extends Vector
- implements RuntimeConstants
A vector of JcfMember objects.
-
constPool
-
-
JcfMemberCollection(JcfClassInput, JcfConstantPool)
-
-
getConstPool()
-
-
memberAt(int)
-
-
write(JcfClassOutput)
- Invokes each JcfMember object to write itself.
constPool
protected JcfConstantPool constPool
JcfMemberCollection
public JcfMemberCollection(JcfClassInput ist,
JcfConstantPool p) throws ClassFormatError, IOException
getConstPool
public final JcfConstantPool getConstPool()
memberAt
public final JcfMember memberAt(int index)
write
public void write(JcfClassOutput ost) throws IOException
- Invokes each JcfMember object to write itself.
All Packages Class Hierarchy This Package Previous Next Index