java.lang.Object
org.kink_lang.kink.internal.compile.tempval.IntVal.Holder
Enclosing class:
IntVal

public static class IntVal.Holder extends Object
Holder of int vals.
  • Constructor Details

    • Holder

      public Holder(Vm vm)
      Constructs a holder of int vals.
      Parameters:
      vm - the vm.
  • Method Details

    • of

      public IntVal of(int num)
      Returns an int val for the number.
      Parameters:
      num - the int num.
      Returns:
      an int val for the int num.
    • init

      public void init()
      Initializes the holder.