Package janala.logger.inst
Class BIPUSH
- java.lang.Object
-
- janala.logger.inst.Instruction
-
- janala.logger.inst.BIPUSH
-
- All Implemented Interfaces:
Serializable
public class BIPUSH 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 BIPUSH(int iid, int mid, int value)
-