Stack: ... -> ..., value
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.
super(com.sun.org.apache.bcel.internal.Constants.SIPUSH, (short)3); this.b = b;
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.paramv Visitor object v.visitPushInstruction(this); v.visitStackProducer(this); v.visitTypedInstruction(this); v.visitConstantPushInstruction(this); v.visitSIPUSH(this);
v.visitPushInstruction(this); v.visitStackProducer(this); v.visitTypedInstruction(this); v.visitConstantPushInstruction(this); v.visitSIPUSH(this);
Dump instruction as short code to stream out. super.dump(out); out.writeShort(b);
super.dump(out); out.writeShort(b);
returnType.SHORT return Type.SHORT;
return Type.SHORT;
return new Integer(b);
Read needed data (e.g. index) from file. length = 3; b = bytes.readShort();
length = 3; b = bytes.readShort();
returnmnemonic for instruction return super.toString(verbose) + " " + b;
return super.toString(verbose) + " " + b;