java.io.Serializable, java.lang.Cloneable, StackConsumer, StackProducer, TypedInstructionpublic abstract class ConversionInstruction extends Instruction implements TypedInstruction, StackProducer, StackConsumer
length, opcode| Modifier | Constructor | Description |
|---|---|---|
protected |
ConversionInstruction(short opcode) |
| Modifier and Type | Method | Description |
|---|---|---|
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconsumeStackproduceStackprotected ConversionInstruction(short opcode)
opcode - opcode of instructionpublic Type getType(ConstantPoolGen cp)
getType in interface TypedInstruction