public abstract class ConversionInstruction extends Instruction implements TypedInstruction, StackProducer, StackConsumer
length, opcode
Modifier | Constructor and Description |
---|---|
(package private) |
ConversionInstruction()
Empty constructor needed for Instruction.readInstruction.
|
protected |
ConversionInstruction(short opcode) |
Modifier and Type | Method and Description |
---|---|
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
produceStack
consumeStack
ConversionInstruction()
protected ConversionInstruction(short opcode)
opcode
- opcode of instructionpublic Type getType(ConstantPoolGen cp)
getType
in interface TypedInstruction