Package xyz.cofe.trambda.bc
Class TypeInsn
- java.lang.Object
-
- xyz.cofe.trambda.bc.TypeInsn
-
- All Implemented Interfaces:
Serializable,ByteCode
public class TypeInsn extends Object implements ByteCode
the opcode of the type instruction to be visited. This opcode is either NEW, ANEWARRAY, CHECKCAST or INSTANCEOF.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOpcode()StringgetOperand()voidsetOpcode(int opcode)voidsetOperand(String operand)StringtoString()
-
-
-
Constructor Detail
-
TypeInsn
public TypeInsn()
-
TypeInsn
public TypeInsn(int op, String operand)
-
-