Class/Object

org.scalajs.core.tools.optimizer

IRChecker

Related Docs: object IRChecker | package optimizer

Permalink

class IRChecker extends AnyRef

Checker for the validity of the IR.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IRChecker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IRChecker(unit: LinkingUnit, logger: Logger)

    Permalink

Type Members

  1. class CheckedClass extends AnyRef

    Permalink
  2. class CheckedField extends AnyRef

    Permalink
  3. class Env extends AnyRef

    Permalink

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. object CheckedClass

    Permalink
  5. object Env

    Permalink
  6. def arrayElemType(arrayType: ArrayType)(implicit ctx: ErrorContext): Type

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def check(): Boolean

    Permalink
  9. def checkConstructorExportDef(ctorDef: ConstructorExportDef, classDef: LinkedClass): Unit

    Permalink
  10. def checkExportedMethodDef(methodDef: MethodDef, classDef: LinkedClass): Unit

    Permalink
  11. def checkExportedPropertyDef(propDef: PropertyDef, classDef: LinkedClass): Unit

    Permalink
  12. def checkFieldDef(fieldDef: FieldDef, classDef: LinkedClass): Unit

    Permalink
  13. def checkJSClassConstructor(methodDef: MethodDef, classDef: LinkedClass): Unit

    Permalink
  14. def checkJSClassExportDef(classExportDef: JSClassExportDef, classDef: LinkedClass): Unit

    Permalink
  15. def checkMethodDef(methodDef: MethodDef, classDef: LinkedClass): Unit

    Permalink
  16. def checkModuleExportDef(moduleDef: ModuleExportDef, classDef: LinkedClass): Unit

    Permalink
  17. def checkScalaClassDef(classDef: LinkedClass): Unit

    Permalink
  18. def checkStaticMembers(classDef: LinkedClass): Unit

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def decodeType(encodedName: String)(implicit ctx: ErrorContext): Type

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def errorCount: Int

    Permalink
  24. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def inferMethodType(encodedName: String, isStatic: Boolean)(implicit ctx: ErrorContext): (List[Type], Type)

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isSubclass(lhs: String, rhs: String)(implicit ctx: ErrorContext): Boolean

    Permalink
  30. def isSubtype(lhs: Type, rhs: Type)(implicit ctx: ErrorContext): Boolean

    Permalink
  31. def lookupClass(classType: ClassType)(implicit ctx: ErrorContext): CheckedClass

    Permalink
  32. def lookupClass(className: String)(implicit ctx: ErrorContext): CheckedClass

    Permalink
  33. def lookupInfo(className: String)(implicit ctx: ErrorContext): ClassInfo

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def reportError(msg: String)(implicit ctx: ErrorContext): Unit

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def tryLookupClass(className: String)(implicit ctx: ErrorContext): Either[ClassInfo, CheckedClass]

    Permalink
  41. def typecheck(tree: Tree, env: Env): Type

    Permalink
  42. def typecheckExpect(tree: Tree, env: Env, expectedType: Type)(implicit ctx: ErrorContext): Unit

    Permalink
  43. def typecheckExpr(tree: Tree, env: Env): Type

    Permalink
  44. def typecheckStat(tree: Tree, env: Env): Env

    Permalink
  45. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped