Uses of Interface
org.apache.bcel.generic.UnconditionalBranch
-
Packages that use UnconditionalBranch Package Description 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 Modifier and Type Class Description classATHROWATHROW - Throw exceptionclassGOTOGOTO - Branch always (to relative offset, not absolute address)classGOTO_WGOTO_W - Branch always (to relative offset, not absolute address)classGotoInstructionSuper class for GOTOclassJSRJSR - Jump to subroutineclassJSR_WJSR_W - Jump to subroutineclassJsrInstructionSuper class for JSR - Jump to subroutineMethods in org.apache.bcel.generic with parameters of type UnconditionalBranch Modifier and Type Method Description voidEmptyVisitor. visitUnconditionalBranch(UnconditionalBranch obj)voidVisitor. visitUnconditionalBranch(UnconditionalBranch obj)
-