Uses of Class
org.apache.bcel.generic.GotoInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of GotoInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
GOTO - Branch always (to relative offset, not absolute address)class
GOTO_W - Branch always (to relative offset, not absolute address)Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitGotoInstruction
(GotoInstruction obj) void
Visitor.visitGotoInstruction
(GotoInstruction obj)