org.scalajs.core.tools.optimizer

IRChecker

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IRChecker(analyzer: Analyzer, allClassDefs: Seq[ClassDef], logger: Logger)

Type Members

  1. class CheckedClass extends AnyRef

  2. class CheckedField extends AnyRef

  3. class Env extends AnyRef

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

  5. object Env

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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def check(): Boolean

  9. def checkClass(classDef: ClassDef): Unit

  10. def checkConstructorExportDef(ctorDef: ConstructorExportDef, classDef: ClassDef): Unit

  11. def checkExportedMethodDef(methodDef: MethodDef, classDef: ClassDef): Unit

  12. def checkExportedPropertyDef(propDef: PropertyDef, classDef: ClassDef): Unit

  13. def checkFieldDef(fieldDef: VarDef, classDef: ClassDef): Unit

  14. def checkMethodDef(methodDef: MethodDef, classDef: ClassDef): Unit

  15. def checkModuleExportDef(moduleDef: ModuleExportDef, classDef: ClassDef): Unit

  16. def checkTraitImpl(classDef: ClassDef): Unit

  17. def clone(): AnyRef

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

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

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

    Definition Classes
    AnyRef → Any
  21. def errorCount: Int

  22. def finalize(): Unit

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

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

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

  26. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def typecheck(tree: Tree, env: Env): Type

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

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

  40. def typecheckStat(tree: Tree, env: Env): Env

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped