Package xyz.cofe.trambda.bc
Class IntInsn
- java.lang.Object
-
- xyz.cofe.trambda.bc.IntInsn
-
- All Implemented Interfaces:
Serializable,ByteCode
public class IntInsn extends Object implements ByteCode
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOpcode()intgetOperand()voidsetOpcode(int opcode)voidsetOperand(int operand)StringtoString()
-