Uses of Interface
org.apache.bcel.generic.UnconditionalBranch
Packages that use UnconditionalBranch
Package
Description
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 UnconditionalBranchModifier 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 subroutineMethods in org.apache.bcel.generic with parameters of type UnconditionalBranchModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitUnconditionalBranch
(UnconditionalBranch obj) void
Visitor.visitUnconditionalBranch
(UnconditionalBranch obj)