Class CastInstruction

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

public class CastInstruction extends Instruction
  • Constructor Details

    • CastInstruction

      public CastInstruction()
  • Method Details

    • getValue

      public Variable getValue()
    • setValue

      public void setValue(Variable value)
    • getReceiver

      public Variable getReceiver()
    • setReceiver

      public void setReceiver(Variable receiver)
    • getTargetType

      public ValueType getTargetType()
    • setTargetType

      public void setTargetType(ValueType targetType)
    • isWeak

      public boolean isWeak()
    • setWeak

      public void setWeak(boolean weak)
    • acceptVisitor

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