Object

org.scalajs.core.ir

Definitions

Related Doc: package ir

Permalink

object Definitions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Definitions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AncestorsOfBoxedBooleanClass: Set[String]

    Permalink
  5. val AncestorsOfBoxedUnitClass: Set[String]

    Permalink
  6. val AncestorsOfHijackedClasses: Set[String]

    Permalink
  7. val AncestorsOfHijackedNumberClasses: Set[String]

    Permalink
  8. val AncestorsOfPseudoArrayClass: Set[String]

    Permalink
  9. val AncestorsOfStringClass: Set[String]

    Permalink
  10. val BoxedBooleanClass: String

    Permalink
  11. val BoxedByteClass: String

    Permalink
  12. val BoxedCharacterClass: String

    Permalink
  13. val BoxedDoubleClass: String

    Permalink
  14. val BoxedFloatClass: String

    Permalink
  15. val BoxedIntegerClass: String

    Permalink
  16. val BoxedLongClass: String

    Permalink
  17. val BoxedShortClass: String

    Permalink
  18. val BoxedUnitClass: String

    Permalink
  19. val CharSequenceClass: String

    Permalink
  20. val ClassClass: String

    Permalink
  21. val ClassExportsName: String

    Permalink

    Name used for infos of class exports

    Name used for infos of class exports

    These currently are exported constructors and top level exports)

    TODO give this a better name once we can break backwards compat.

  22. val CloneableClass: String

    Permalink
  23. val ComparableClass: String

    Permalink
  24. val HijackedBoxedClasses: Set[String]

    Permalink
  25. val HijackedClasses: Set[String]

    Permalink
  26. val NumberClass: String

    Permalink
  27. val ObjectClass: String

    Permalink
  28. val PrimitiveClasses: Set[String]

    Permalink
  29. val PseudoArrayClass: String

    Permalink
  30. val RuntimeNothingClass: String

    Permalink
  31. val RuntimeNullClass: String

    Permalink
  32. val SerializableClass: String

    Permalink
  33. final val StaticInitializerName: String("clinit___")

    Permalink

    Name of the static initializer method.

  34. val StringClass: String

    Permalink
  35. val ThrowableClass: String

    Permalink
  36. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  37. def clone(): AnyRef

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

    Permalink

    Decodes a class name encoded with encodeClassName.

  39. def decodeMethodName(encodedName: String): (String, List[ReferenceType], Option[ReferenceType])

    Permalink

    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.

  40. def decodeReferenceType(encodedName: String): ReferenceType

    Permalink

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

  41. def encodeClassName(fullName: String): String

    Permalink

    Encodes a class name.

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

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

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

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

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

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

    Permalink
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. def isPrimitiveClass(encodedName: String): Boolean

    Permalink
  50. def isReflProxyName(name: String): Boolean

    Permalink
  51. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  52. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  55. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def ExportedConstructorsName: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.14) Use ClassExportsName instead

Inherited from AnyRef

Inherited from Any

Ungrouped