| Package | Description |
|---|---|
| org.apache.bcel.classfile |
Classes that describe the structure of a Java class file and a class file parser.
|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
|
| org.apache.bcel.verifier.statics |
PassVerifier classes used internally by JustIce.
|
| Modifier and Type | Method and Description |
|---|---|
LineNumber |
LineNumber.copy() |
LineNumber[] |
LineNumberTable.getLineNumberTable() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LineNumber> |
LineNumberTable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineNumberTable.setLineNumberTable(LineNumber[] lineNumberTable) |
void |
Visitor.visitLineNumber(LineNumber obj) |
void |
EmptyVisitor.visitLineNumber(LineNumber obj) |
void |
DescendingVisitor.visitLineNumber(LineNumber number) |
| Constructor and Description |
|---|
LineNumber(LineNumber c)
Initialize from another object.
|
LineNumberTable(int nameIndex,
int length,
LineNumber[] lineNumberTable,
ConstantPool constantPool)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
LineNumber |
LineNumberGen.getLineNumber()
Gets LineNumber attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringRepresentation.visitLineNumber(LineNumber obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.