Class DoubleConstantInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.DoubleConstantInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) doublevoidsetConstant(double constant) voidsetReceiver(Variable receiver) Methods inherited from class Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
DoubleConstantInstruction
public DoubleConstantInstruction()
-
-
Method Details
-
getConstant
public double getConstant() -
setConstant
public void setConstant(double constant) -
getReceiver
-
setReceiver
-
acceptVisitor
- Specified by:
acceptVisitorin classInstruction
-