org.scalajs.ir

Definitions

Related Doc: package ir

object Definitions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Definitions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val BooleanClass: String

  5. val BoxedBooleanClass: String

  6. val BoxedByteClass: String

  7. val BoxedCharacterClass: String

  8. val BoxedDoubleClass: String

  9. val BoxedFloatClass: String

  10. val BoxedIntegerClass: String

  11. val BoxedLongClass: String

  12. val BoxedShortClass: String

  13. val BoxedStringClass: String

  14. val BoxedUnitClass: String

  15. val ByteClass: String

  16. val CharClass: String

  17. val ClassClass: String

    The class of things returned by ClassOf and GetClass.

  18. val DoubleClass: String

  19. val FloatClass: String

  20. val HijackedClasses: Set[String]

    The set of all hijacked classes.

  21. val IntClass: String

  22. val LongClass: String

  23. val NothingClass: String

  24. val NullClass: String

  25. val ObjectClass: String

    java.lang.Object, the root of the class hierarchy.

  26. val PrimitiveClasses: Set[String]

    The set of all primitive classes.

  27. val ShortClass: String

  28. final val StaticInitializerName: String("clinit___")

    Name of the static initializer method.

  29. val VoidClass: String

  30. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def decodeClassName(encodedName: String): String

    Decodes a class name encoded with encodeClassName.

  33. def decodeMethodName(encodedName: String): (String, List[TypeRef], Option[TypeRef])

    Decodes a method name into its full signature.

    Decodes a method name into its full signature.

    This discards the information whether the method is private or not, and at which class level it is private. If necessary, you can recover that information from encodedName.indexOf("p") >= 0.

  34. def decodeTypeRef(encodedName: String): TypeRef

    Decodes a Types.TypeRef, such as in an encoded method signature.

  35. def encodeClassName(fullName: String): String

    Encodes a class name.

  36. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  41. def isConstructorName(name: String): Boolean

  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def isReflProxyName(name: String): Boolean

  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped