Uses of Class
org.apache.bcel.generic.JsrInstruction

Packages that use JsrInstruction
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
 class JSR
          JSR - Jump to subroutine
 class JSR_W
          JSR_W - Jump to subroutine
 

Methods in org.apache.bcel.generic with parameters of type JsrInstruction
 void Visitor.visitJsrInstruction(JsrInstruction obj)
           
 void EmptyVisitor.visitJsrInstruction(JsrInstruction obj)
           
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.