Package org.teavm.model.instructions
Class CastNumberInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.CastNumberInstruction
-
Constructor Summary
ConstructorsConstructorDescriptionCastNumberInstruction(NumericOperandType sourceType, NumericOperandType targetType)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisitor(InstructionVisitor visitor)
getValue()
void
setReceiver(Variable receiver)
void
Methods inherited from class org.teavm.model.Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
CastNumberInstruction
-
-
Method Details
-
getValue
-
setValue
-
getReceiver
-
setReceiver
-
getSourceType
-
getTargetType
-
acceptVisitor
- Specified by:
acceptVisitor
in classInstruction
-