Searched refs:GotoInstruction (Results 1 – 8 of 8) sorted by relevance
25 public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch { class27 GotoInstruction(final short opcode, final InstructionHandle target) { in GotoInstruction() method in GotoInstruction36 GotoInstruction() { in GotoInstruction() method in GotoInstruction
30 public class GOTO_W extends GotoInstruction {
28 public class GOTO extends GotoInstruction implements VariableLengthInstruction {
66 void visitGotoInstruction( GotoInstruction obj ); in visitGotoInstruction()
73 public void visitGotoInstruction( final GotoInstruction obj ) { in visitGotoInstruction()
28 import org.apache.bcel.generic.GotoInstruction;371 if (inst instanceof GotoInstruction) { in _getSuccessors()372 single[0] = ((GotoInstruction) inst).getTarget(); in _getSuccessors()
31 import org.apache.bcel.generic.GotoInstruction;650 if (inst instanceof GotoInstruction) { in getSuccessors()651 single[0] = ((GotoInstruction) inst).getTarget(); in getSuccessors()
59 import org.apache.bcel.generic.GotoInstruction;388 (last instanceof GotoInstruction) || in pass3StaticInstructionChecks()