|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.unkrig.commons.asm.OpcodeUtil.InsnDescription
public static final class OpcodeUtil.InsnDescription
Description of a Java™ bytecode instruction.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
OpcodeUtil.InsnDescription(org.objectweb.asm.Type[] argumentOperandTypes,
org.objectweb.asm.Type resultOperandType)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Nullable public final org.objectweb.asm.Type[] argumentOperandTypes
@Nullable public final org.objectweb.asm.Type resultOperandType
null).
| Constructor Detail |
|---|
public OpcodeUtil.InsnDescription(@Nullable
org.objectweb.asm.Type[] argumentOperandTypes,
@Nullable
org.objectweb.asm.Type resultOperandType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||