Class ClassMember
java.lang.Object
org.apache.derby.iapi.services.classfile.ClassMember
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected Attributes
protected ClassHolder
protected int
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(String attributeName, ClassFormatOutput info) (package private) int
int
getName()
(package private) void
put
(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()
-