| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | ATHROWATHROW - Throw exception Stack: ..., objectref -> objectref | 
|  class | GOTOGOTO - Branch always (to relative offset, not absolute address) | 
|  class | GOTO_WGOTO_W - Branch always (to relative offset, not absolute address) | 
|  class | GotoInstructionSuper class for GOTO | 
|  class | JSRJSR - Jump to subroutine | 
|  class | JSR_WJSR_W - Jump to subroutine | 
|  class | JsrInstructionSuper 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) | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||