Searched defs:JsrInstruction (Results 1 - 1 of 1) 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.");

Completed in 22 milliseconds