public class ClassMember
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected int |
access_flags |
|
protected Attributes |
attribute_info |
|
protected ClassHolder |
cpt |
|
protected int |
descriptor_index |
|
protected int |
name_index |
Constructor | Description |
---|---|
ClassMember(ClassHolder cpt,
int modifier,
int name,
int descriptor) |
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.