| Package | Description |
|---|---|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
|
| Modifier and Type | Method and Description |
|---|---|
LineNumberGen |
MethodGen.addLineNumber(InstructionHandle ih,
int srcLine)
Give an instruction a line number corresponding to the source code line.
|
LineNumberGen[] |
MethodGen.getLineNumbers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodGen.removeLineNumber(LineNumberGen l)
Remove a line number.
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.