All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lti.java.jcf.JcfMember

java.lang.Object
   |
   +----lti.java.jcf.JcfMember

public class JcfMember
extends Object
implements RuntimeConstants
A generic member descriptor (field or method). Can contain attributes


Variable Index

 o constPool
 o mbrAccessFlags
 o mbrAttributes
 o mbrNameIndex
 o mbrSignatureIndex

Method Index

 o getAttributes()
 o getConstPool()
 o write(JcfClassOutput)

Variables

 o mbrAccessFlags
 public short mbrAccessFlags
 o mbrNameIndex
 public short mbrNameIndex
 o mbrSignatureIndex
 public short mbrSignatureIndex
 o mbrAttributes
 protected JcfAttributeCollection mbrAttributes
 o constPool
 protected JcfConstantPool constPool

Methods

 o getAttributes
 public final JcfAttributeCollection getAttributes()
 o getConstPool
 public final JcfConstantPool getConstPool()
 o write
 public void write(JcfClassOutput ost) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index