Class IntToLongTypeSystem

java.lang.Object
com.oracle.truffle.js.nodes.IntToLongTypeSystem

public class IntToLongTypeSystem extends Object
Type system for the implicit cast from int to long.
  • Constructor Details

    • IntToLongTypeSystem

      public IntToLongTypeSystem()
  • Method Details

    • intToLong

      public static long intToLong(int value)