Class ZeroOperandInstruction
- java.lang.Object
-
- cn.boboweike.carrot.tasks.details.instructions.AbstractJVMInstruction
-
- cn.boboweike.carrot.tasks.details.instructions.ZeroOperandInstruction
-
- Direct Known Subclasses:
AAStoreInstruction,DupOperandInstruction,I2BOperandInstruction,I2SOperandInstruction,IConst0OperandInstruction,IConst1OperandInstruction,IConst2OperandInstruction,IConst3OperandInstruction,IConst4OperandInstruction,IConst5OperandInstruction,LConst0OperandInstruction,LConst1OperandInstruction,PopOperandInstruction,ReturnOperandInstruction,SwapOperandInstruction
public abstract class ZeroOperandInstruction extends AbstractJVMInstruction
-
-
Field Summary
-
Fields inherited from class cn.boboweike.carrot.tasks.details.instructions.AbstractJVMInstruction
DO_NOT_PUT_ON_STACK, taskDetailsBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedZeroOperandInstruction(TaskDetailsBuilder taskDetailsBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload()-
Methods inherited from class cn.boboweike.carrot.tasks.details.instructions.AbstractJVMInstruction
invokeInstruction, invokeInstructionAndPushOnStack
-
-
-
-
Constructor Detail
-
ZeroOperandInstruction
protected ZeroOperandInstruction(TaskDetailsBuilder taskDetailsBuilder)
-
-