public class CPMember extends ClassFileEntry
Modifier and Type | Field and Description |
---|---|
protected CPUTF8 |
descriptor |
NONE
Constructor and Description |
---|
CPMember(CPUTF8 name,
CPUTF8 descriptor,
long flags,
List<Attribute> attributes)
Create a new CPMember
|
Modifier and Type | Method and Description |
---|---|
protected void |
doWrite(DataOutputStream dos) |
boolean |
equals(Object obj) |
protected ClassFileEntry[] |
getNestedClassFileEntries() |
int |
hashCode() |
protected void |
resolve(ClassConstantPool pool)
Allows the constant pool entries to resolve their nested entries.
|
String |
toString() |
objectHashCode, write
protected final CPUTF8 descriptor
protected void doWrite(DataOutputStream dos) throws IOException
doWrite
in class ClassFileEntry
IOException
public boolean equals(Object obj)
equals
in class ClassFileEntry
protected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries
in class ClassFileEntry
public int hashCode()
hashCode
in class ClassFileEntry
protected void resolve(ClassConstantPool pool)
ClassFileEntry
resolve
in class ClassFileEntry
pool
- TODOpublic String toString()
toString
in class ClassFileEntry
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.