public class EnclosingMethodAttribute extends Attribute
NONE
Constructor and Description |
---|
EnclosingMethodAttribute(CPClass cpClass,
CPNameAndType method) |
Modifier and Type | Method and Description |
---|---|
protected int |
getLength() |
protected ClassFileEntry[] |
getNestedClassFileEntries() |
protected void |
resolve(ClassConstantPool pool)
Allows the constant pool entries to resolve their nested entries.
|
static void |
setAttributeName(CPUTF8 cpUTF8Value) |
java.lang.String |
toString() |
protected void |
writeBody(java.io.DataOutputStream dos) |
doWrite, equals, getAttributeName, getLengthIncludingHeader, hasBCIRenumbering, hashCode, isSourceFileAttribute
objectHashCode, write
public EnclosingMethodAttribute(CPClass cpClass, CPNameAndType method)
public static void setAttributeName(CPUTF8 cpUTF8Value)
protected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries
in class Attribute
protected void resolve(ClassConstantPool pool)
ClassFileEntry
protected void writeBody(java.io.DataOutputStream dos) throws java.io.IOException
public java.lang.String toString()
toString
in class ClassFileEntry