Uses of Interface
org.apache.bcel.generic.UnconditionalBranch
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of UnconditionalBranch in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
ATHROW - Throw exceptionclass
GOTO - Branch always (to relative offset, not absolute address)class
GOTO_W - Branch always (to relative offset, not absolute address)class
Super class for GOTOclass
JSR - Jump to subroutineclass
JSR_W - Jump to subroutineclass
Super class for JSR - Jump to subroutineModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitUnconditionalBranch
(UnconditionalBranch obj) void
Visitor.visitUnconditionalBranch
(UnconditionalBranch obj)