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.


Variable Index

 o constPool

Constructor Index

 o JcfMemberCollection(JcfClassInput, JcfConstantPool)

Method Index

 o getConstPool()
 o memberAt(int)
 o write(JcfClassOutput)
Invokes each JcfMember object to write itself.

Variables

 o constPool
 protected JcfConstantPool constPool

Constructors

 o JcfMemberCollection
 public JcfMemberCollection(JcfClassInput ist,
                            JcfConstantPool p) throws ClassFormatError, IOException

Methods

 o getConstPool
 public final JcfConstantPool getConstPool()
 o memberAt
 public final JcfMember memberAt(int index)
 o write
 public void write(JcfClassOutput ost) throws IOException
Invokes each JcfMember object to write itself.


All Packages  Class Hierarchy  This Package  Previous  Next  Index