Uses of Interface
org.apache.bcel.generic.UnconditionalBranch

Packages that use UnconditionalBranch
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 UnconditionalBranch in org.apache.bcel.generic
 

Classes in org.apache.bcel.generic that implement UnconditionalBranch
 class ATHROW
          ATHROW - Throw exception Stack: ..., objectref -> objectref
 class GOTO
          GOTO - Branch always (to relative offset, not absolute address)
 class GOTO_W
          GOTO_W - Branch always (to relative offset, not absolute address)
 class GotoInstruction
          Super class for GOTO
 class JSR
          JSR - Jump to subroutine
 class JSR_W
          JSR_W - Jump to subroutine
 class JsrInstruction
          Super class for JSR - Jump to subroutine
 

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



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