public static final class OpcodeUtil.InsnDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
org.objectweb.asm.Type[] |
argumentOperandTypes
The types of the instructions's operands.
|
org.objectweb.asm.Type |
resultOperandType
The type of the instruction's result operand (or
null). |
| Constructor and Description |
|---|
InsnDescription(org.objectweb.asm.Type[] argumentOperandTypes,
org.objectweb.asm.Type resultOperandType) |
Copyright © 2016 Arno Unkrig. All rights reserved.