| Package | Description |
|---|---|
| org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., 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–2022 The Apache Software Foundation. All rights reserved.