Uses of Class
org.apache.bcel.generic.GotoInstruction
-
Packages that use GotoInstruction Package Description org.apache.bcel.generic 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
Subclasses of GotoInstruction in org.apache.bcel.generic Modifier and Type Class Description classGOTOGOTO - Branch always (to relative offset, not absolute address)classGOTO_WGOTO_W - Branch always (to relative offset, not absolute address)Methods in org.apache.bcel.generic with parameters of type GotoInstruction Modifier and Type Method Description voidEmptyVisitor. visitGotoInstruction(GotoInstruction obj)voidVisitor. visitGotoInstruction(GotoInstruction obj)
-