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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DJsrInstruction.java66 public abstract class JsrInstruction extends BranchInstruction class in inherits:BranchInstruction,UnconditionalBranch,TypedInstruction,StackProducer
69 JsrInstruction(short opcode, InstructionHandle target) { method in class:JsrInstruction
77 JsrInstruction(){} method in class:JsrInstruction
87 * of this JsrInstruction. <B>For this method to work,
88 * this JsrInstruction object must not be shared between
103 // Find the handle for "this" JsrInstruction object.
112 throw new RuntimeException("physicalSuccessor() called on a shared JsrInstruction.");
H A DJSR_W.java68 public class JSR_W extends JsrInstruction {
H A DJSR.java67 public class JSR extends JsrInstruction implements VariableLengthInstruction {
H A DEmptyVisitor.java75 public void visitJsrInstruction(JsrInstruction obj) { }
H A DVisitor.java81 public void visitJsrInstruction(JsrInstruction obj);

Completed in 36 milliseconds