Uses of Class
org.apache.bcel.generic.JsrInstruction
-
Packages that use JsrInstruction 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. -
-
Uses of JsrInstruction in org.apache.bcel.generic
Subclasses of JsrInstruction in org.apache.bcel.generic Modifier and Type Class Description class
JSR
JSR - Jump to subroutineclass
JSR_W
JSR_W - Jump to subroutineMethods in org.apache.bcel.generic with parameters of type JsrInstruction Modifier and Type Method Description void
EmptyVisitor. visitJsrInstruction(JsrInstruction obj)
void
Visitor. visitJsrInstruction(JsrInstruction obj)
-