Class/Object

scala.scalanative.checker

Check

Related Docs: object Check | package checker

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
  12. def checkInfo(info: Info): Unit

    Permalink
  13. def checkInst(inst: Inst): Unit

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

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

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

    Permalink
  17. def checkMethod(meth: Method): Unit

    Permalink
  18. def checkNext(next: Next): Unit

    Permalink
  19. def checkOp(op: Op): Unit

    Permalink
  20. def checkUnwind(next: Next): Unit

    Permalink
  21. def clone(): AnyRef

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

    Permalink
  23. def enterInst(inst: Inst): Unit

    Permalink
  24. val env: Map[Local, Type]

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

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

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

    Permalink
  28. val errors: UnrolledBuffer[Check.Error]

    Permalink
  29. def expect(expected: Type, got: Type): Unit

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

    Permalink
  31. def finalize(): Unit

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

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

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

    Permalink
  35. final def isInstanceOf[T0]: Boolean

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

    Permalink
  37. var name: Global

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

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

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

    Permalink
    Definition Classes
    AnyRef
  41. def ok: Unit

    Permalink
  42. var retty: Type

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped