Class IntegerConstantInstruction

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

public class IntegerConstantInstruction extends Instruction
  • Constructor Details

    • IntegerConstantInstruction

      public IntegerConstantInstruction()
  • Method Details

    • getConstant

      public int getConstant()
    • setConstant

      public void setConstant(int constant)
    • getReceiver

      public Variable getReceiver()
    • setReceiver

      public void setReceiver(Variable receiver)
    • acceptVisitor

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