Class LineNumberTableAttribute
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
Line number table
-
Field Summary
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
renumbered
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
Constructor Summary
ConstructorDescriptionLineNumberTableAttribute
(int lineNumberTableLength, int[] startPcs, int[] lineNumbers) -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected int
protected ClassFileEntry[]
protected int[]
static void
setAttributeName
(CPUTF8 cpUTF8Value) toString()
protected void
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
hasBCIRenumbering, renumber
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
doWrite, getAttributeName, getLengthIncludingHeader, hashCode, isSourceFileAttribute, resolve
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
Constructor Details
-
LineNumberTableAttribute
-
-
Method Details
-
setAttributeName
-
equals
-
getLength
- Specified by:
getLength
in classBCIRenumberedAttribute
-
getNestedClassFileEntries
- Overrides:
getNestedClassFileEntries
in classAttribute
-
getStartPCs
- Specified by:
getStartPCs
in classBCIRenumberedAttribute
-
toString
- Specified by:
toString
in classBCIRenumberedAttribute
-
writeBody
- Specified by:
writeBody
in classBCIRenumberedAttribute
- Throws:
IOException
-