public class SignatureAttribute extends Attribute
NONE
Constructor and Description |
---|
SignatureAttribute(CPUTF8 value) |
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) |
String |
toString() |
protected void |
writeBody(DataOutputStream dos) |
doWrite, equals, getAttributeName, getLengthIncludingHeader, hasBCIRenumbering, hashCode, isSourceFileAttribute
objectHashCode, write
public SignatureAttribute(CPUTF8 value)
public static void setAttributeName(CPUTF8 cpUTF8Value)
protected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries
in class Attribute
protected void resolve(ClassConstantPool pool)
ClassFileEntry
protected void writeBody(DataOutputStream dos) throws IOException
writeBody
in class Attribute
IOException
public String toString()
toString
in class ClassFileEntry
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.