Class I2SOperandInstruction
- java.lang.Object
-
- cn.boboweike.carrot.tasks.details.instructions.AbstractJVMInstruction
-
- cn.boboweike.carrot.tasks.details.instructions.ZeroOperandInstruction
-
- cn.boboweike.carrot.tasks.details.instructions.I2SOperandInstruction
-
public class I2SOperandInstruction extends ZeroOperandInstruction
-
-
Field Summary
-
Fields inherited from class cn.boboweike.carrot.tasks.details.instructions.AbstractJVMInstruction
DO_NOT_PUT_ON_STACK, taskDetailsBuilder
-
-
Constructor Summary
Constructors Constructor Description I2SOperandInstruction(TaskDetailsBuilder taskDetailsBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectinvokeInstruction()voidload()-
Methods inherited from class cn.boboweike.carrot.tasks.details.instructions.AbstractJVMInstruction
invokeInstructionAndPushOnStack
-
-
-
-
Constructor Detail
-
I2SOperandInstruction
public I2SOperandInstruction(TaskDetailsBuilder taskDetailsBuilder)
-
-
Method Detail
-
load
public void load()
- Overrides:
loadin classZeroOperandInstruction
-
invokeInstruction
public Object invokeInstruction()
- Specified by:
invokeInstructionin classAbstractJVMInstruction
-
-