public class LineNumberTableAttribute extends BCIRenumberedAttribute
renumberedNONE| Constructor and Description |
|---|
LineNumberTableAttribute(int lineNumberTableLength,
int[] startPcs,
int[] lineNumbers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected int |
getLength() |
protected ClassFileEntry[] |
getNestedClassFileEntries() |
protected int[] |
getStartPCs() |
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) |
hasBCIRenumbering, renumberdoWrite, getAttributeName, getLengthIncludingHeader, hashCode, isSourceFileAttributeobjectHashCode, writepublic LineNumberTableAttribute(int lineNumberTableLength, int[] startPcs, int[] lineNumbers)
public static void setAttributeName(CPUTF8 cpUTF8Value)
protected int getLength()
getLength in class BCIRenumberedAttributeprotected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries in class Attributeprotected int[] getStartPCs()
getStartPCs in class BCIRenumberedAttributeprotected void resolve(ClassConstantPool pool)
ClassFileEntrypublic String toString()
toString in class BCIRenumberedAttributeprotected void writeBody(DataOutputStream dos) throws IOException
writeBody in class BCIRenumberedAttributeIOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.