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
-
constPool
-
-
mbrAccessFlags
-
-
mbrAttributes
-
-
mbrNameIndex
-
-
mbrSignatureIndex
-
-
getAttributes()
-
-
getConstPool()
-
-
write(JcfClassOutput)
-
mbrAccessFlags
public short mbrAccessFlags
mbrNameIndex
public short mbrNameIndex
mbrSignatureIndex
public short mbrSignatureIndex
mbrAttributes
protected JcfAttributeCollection mbrAttributes
constPool
protected JcfConstantPool constPool
getAttributes
public final JcfAttributeCollection getAttributes()
getConstPool
public final JcfConstantPool getConstPool()
write
public void write(JcfClassOutput ost) throws IOException
All Packages Class Hierarchy This Package Previous Next Index