Uses of Class
org.apache.bcel.generic.GotoInstruction
Packages that use GotoInstruction
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 GotoInstruction in org.apache.bcel.generic
Subclasses of GotoInstruction in org.apache.bcel.genericModifier and TypeClassDescriptionclassGOTO - Branch always (to relative offset, not absolute address)classGOTO_W - Branch always (to relative offset, not absolute address)Methods in org.apache.bcel.generic with parameters of type GotoInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitGotoInstruction(GotoInstruction obj) voidVisitor.visitGotoInstruction(GotoInstruction obj)