Searched refs:GotoInstruction (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DGotoInstruction.java66 public abstract class GotoInstruction extends BranchInstruction class in inherits:BranchInstruction,UnconditionalBranch
69 GotoInstruction(short opcode, InstructionHandle target) { method in class:GotoInstruction
77 GotoInstruction(){} method in class:GotoInstruction
H A DGOTO_W.java68 public class GOTO_W extends GotoInstruction {
H A DGOTO.java67 public class GOTO extends GotoInstruction implements VariableLengthInstruction {
H A DEmptyVisitor.java76 public void visitGotoInstruction(GotoInstruction obj) { }
H A DVisitor.java82 public void visitGotoInstruction(GotoInstruction obj);

Completed in 30 milliseconds