Class LongConstantInstruction

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

public class LongConstantInstruction extends Instruction
  • Constructor Details

    • LongConstantInstruction

      public LongConstantInstruction()
  • Method Details

    • getConstant

      public long getConstant()
    • setConstant

      public void setConstant(long constant)
    • getReceiver

      public Variable getReceiver()
    • setReceiver

      public void setReceiver(Variable receiver)
    • acceptVisitor

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