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 TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) getValue()voidsetReceiver(Variable receiver) voidMethods inherited from class 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:
acceptVisitorin classInstruction
-