public class LineNumberTableAttribute extends BCIRenumberedAttribute
renumberedNONE| Constructor and Description |
|---|
LineNumberTableAttribute(int line_number_table_length,
int[] start_pcs,
int[] line_numbers) |
| 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 line_number_table_length, int[] start_pcs, int[] line_numbers)
public static void setAttributeName(CPUTF8 cpUTF8Value)
protected int getLength()
getLength in class BCIRenumberedAttributeprotected void writeBody(DataOutputStream dos) throws IOException
writeBody in class BCIRenumberedAttributeIOExceptionpublic String toString()
toString in class BCIRenumberedAttributeprotected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries in class Attributeprotected void resolve(ClassConstantPool pool)
ClassFileEntryprotected int[] getStartPCs()
getStartPCs in class BCIRenumberedAttributeCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.