Class JSType

java.lang.Object
org.teavm.jso.impl.JSType
Direct Known Subclasses:
JSType.ArrayType

public class JSType extends Object
  • Field Details

    • NULL

      public static final JSType NULL
    • JS

      public static final JSType JS
    • JAVA

      public static final JSType JAVA
    • MIXED

      public static final JSType MIXED
  • Method Details

    • arrayOf

      public static JSType arrayOf(JSType elementType)