Package janala.logger.inst
Class SIPUSH
- java.lang.Object
-
- janala.logger.inst.Instruction
-
- janala.logger.inst.SIPUSH
-
- All Implemented Interfaces:
Serializable
public class SIPUSH extends Instruction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
value
-
Fields inherited from class janala.logger.inst.Instruction
iid, mid
-
-
Constructor Summary
Constructors Constructor Description SIPUSH(int iid, int mid, int value)
-