org.apache.bcel.generic
public class JSR extends JsrInstruction implements VariableLengthInstruction
Version: $Id: JSR.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| JSR()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| JSR(InstructionHandle target) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| void | dump(DataOutputStream out)
Dump instruction as byte code to stream out. |
| protected int | updatePosition(int offset, int max_offset) |
Parameters: v Visitor object
Parameters: out Output stream