org.apache.derby.iapi.services.classfile
Class ClassMember
java.lang.Object
org.apache.derby.iapi.services.classfile.ClassMember
public class ClassMember
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cpt
protected ClassHolder cpt
access_flags
protected int access_flags
name_index
protected int name_index
descriptor_index
protected int descriptor_index
attribute_info
protected Attributes attribute_info
ClassMember
ClassMember(ClassHolder cpt,
int modifier,
int name,
int descriptor)
getModifier
public int getModifier()
getDescriptor
public java.lang.String getDescriptor()
getName
public java.lang.String getName()
addAttribute
public void addAttribute(java.lang.String attributeName,
ClassFormatOutput info)
put
void put(ClassFormatOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
classFileSize
int classFileSize()
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.