Uses of Class
org.apache.bcel.generic.LineNumberGen
Packages that use LineNumberGen
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
-
Uses of LineNumberGen in org.apache.bcel.generic
Fields in org.apache.bcel.generic with type parameters of type LineNumberGenMethods in org.apache.bcel.generic that return LineNumberGenModifier and TypeMethodDescriptionMethodGen.addLineNumber
(InstructionHandle ih, int srcLine) Give an instruction a line number corresponding to the source code line.MethodGen.getLineNumbers()
Methods in org.apache.bcel.generic with parameters of type LineNumberGenModifier and TypeMethodDescriptionvoid
MethodGen.removeLineNumber
(LineNumberGen l) Remove a line number.