public class ClassMember
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
access_flags |
protected Attributes |
attribute_info |
protected ClassHolder |
cpt |
protected int |
descriptor_index |
protected int |
name_index |
Constructor and Description |
---|
ClassMember(ClassHolder cpt,
int modifier,
int name,
int descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.String attributeName,
ClassFormatOutput info) |
(package private) int |
classFileSize() |
java.lang.String |
getDescriptor() |
int |
getModifier() |
java.lang.String |
getName() |
(package private) void |
put(ClassFormatOutput out) |
protected ClassHolder cpt
protected int access_flags
protected int name_index
protected int descriptor_index
protected Attributes attribute_info
ClassMember(ClassHolder cpt, int modifier, int name, int descriptor)
public int getModifier()
public java.lang.String getDescriptor()
public java.lang.String getName()
public void addAttribute(java.lang.String attributeName, ClassFormatOutput info)
void put(ClassFormatOutput out) throws java.io.IOException
java.io.IOException
int classFileSize()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.