scala.scalanative.checker

Check

final class Check extends AnyRef

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

Instance Constructors

  1. new Check()(implicit linked: Result)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkAggregateOp(ty: AggregateKind, indexes: Seq[Val], stores: Option[Type]): Unit

  8. def checkBinOp(bin: Bin, ty: Type, l: Val, r: Val): Unit

  9. def checkCallArgs(ty: nir.Type.Function, args: Seq[Val]): Unit

  10. def checkCompOp(comp: Comp, ty: Type, l: Val, r: Val): Unit

  11. def checkConvOp(conv: Conv, ty: Type, value: Val): Unit

  12. def checkFieldOp(ty: Type, obj: Val, name: Global, value: Option[Val]): Unit

  13. def checkFloatOp(op: String, ty: Type, l: Val, r: Val): Unit

  14. def checkInfo(info: Info): Unit

  15. def checkInst(inst: Inst): Unit

  16. def checkIntegerOp(op: String, ty: Type, l: Val, r: Val): Unit

  17. def checkIntegerOrBoolOp(op: String, ty: Type, l: Val, r: Val): Unit

  18. def checkIntegerOrBoolOrRefOp(op: String, ty: Type, l: Val, r: Val): Unit

  19. def checkMethod(meth: Method): Unit

  20. def checkNext(next: Next): Unit

  21. def checkOp(op: Op): Unit

  22. def checkUnwind(next: Next): Unit

  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. var ctx: List[String]

  25. def enterInst(inst: Inst): Unit

  26. val env: Map[Local, Type]

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

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

    Definition Classes
    AnyRef → Any
  29. def error(msg: String): Unit

  30. val errors: UnrolledBuffer[Check.Error]

  31. def expect(expected: Type, got: Type): Unit

  32. def expect(expected: Type, got: Val): Unit

  33. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  36. def in[T](entry: String)(f: ⇒ T): T

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. val labels: Map[Local, Seq[Type]]

  39. var name: Global

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

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

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

    Definition Classes
    AnyRef
  43. def ok: Unit

  44. var retty: Type

  45. def run(infos: Seq[Info]): Unit

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped