Package de.unkrig.commons.asm
Class OpcodeUtil.InsnDescription
- java.lang.Object
-
- de.unkrig.commons.asm.OpcodeUtil.InsnDescription
-
- Enclosing class:
- OpcodeUtil
public static final class OpcodeUtil.InsnDescription extends Object
Description of a Java™ bytecode instruction.
-
-
Field Summary
Fields Modifier and Type Field Description org.objectweb.asm.Type[]argumentOperandTypesThe types of the instructions's operands.org.objectweb.asm.TyperesultOperandTypeThe type of the instruction's result operand (ornull).
-
Constructor Summary
Constructors Constructor Description InsnDescription(org.objectweb.asm.Type[] argumentOperandTypes, org.objectweb.asm.Type resultOperandType)
-