Class KeyCache

java.lang.Object
me.topchetoeu.j2s.runtime.values.KeyCache

public final class KeyCache extends Object
  • Field Details

    • value

      public final Value value
  • Constructor Details

    • KeyCache

      public KeyCache(Value value)
    • KeyCache

      public KeyCache(String value)
    • KeyCache

      public KeyCache(int value)
    • KeyCache

      public KeyCache(double value)
  • Method Details

    • toString

      public String toString(me.topchetoeu.j2s.common.Environment env)
    • toNumber

      public double toNumber(me.topchetoeu.j2s.common.Environment env)
    • isInt

      public boolean isInt(me.topchetoeu.j2s.common.Environment env)
    • toInt

      public int toInt(me.topchetoeu.j2s.common.Environment env)
    • toBoolean

      public boolean toBoolean()
    • toSymbol

      public SymbolValue toSymbol()
    • isSymbol

      public boolean isSymbol()