Class DoubleConstantInstruction

java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.DoubleConstantInstruction

public class DoubleConstantInstruction extends Instruction
  • Constructor Details

    • DoubleConstantInstruction

      public DoubleConstantInstruction()
  • Method Details

    • getConstant

      public double getConstant()
    • setConstant

      public void setConstant(double constant)
    • getReceiver

      public Variable getReceiver()
    • setReceiver

      public void setReceiver(Variable receiver)
    • acceptVisitor

      public void acceptVisitor(InstructionVisitor visitor)
      Specified by:
      acceptVisitor in class Instruction