Class ClassMember
java.lang.Object
org.apache.derby.iapi.services.classfile.ClassMember
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Attributesprotected ClassHolderprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(String attributeName, ClassFormatOutput info) (package private) intintgetName()(package private) voidput(ClassFormatOutput out)
-
Field Details
-
cpt
-
access_flags
protected int access_flags -
name_index
protected int name_index -
descriptor_index
protected int descriptor_index -
attribute_info
-
-
Constructor Details
-
ClassMember
ClassMember(ClassHolder cpt, int modifier, int name, int descriptor)
-
-
Method Details
-
getModifier
public int getModifier() -
getDescriptor
-
getName
-
addAttribute
-
put
- Throws:
IOException
-
classFileSize
int classFileSize()
-