| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.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 src_line)
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 © 2018–2021 mhoffrogge. All rights reserved.