final class Check extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Check
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkAggregateOp(ty: AggregateKind, indexes: Seq[Val], stores: Option[Type]): Unit
- def checkBinOp(bin: Bin, ty: Type, l: Val, r: Val): Unit
- def checkCallArgs(ty: nir.Type.Function, args: Seq[Val]): Unit
- def checkCompOp(comp: Comp, ty: Type, l: Val, r: Val): Unit
- def checkConvOp(conv: Conv, ty: Type, value: Val): Unit
- def checkFieldOp(ty: Type, obj: Val, name: Global, value: Option[Val]): Unit
- def checkFloatOp(op: String, ty: Type, l: Val, r: Val): Unit
- def checkInfo(info: Info): Unit
- def checkInst(inst: Inst): Unit
- def checkIntegerOp(op: String, ty: Type, l: Val, r: Val): Unit
- def checkIntegerOrBoolOp(op: String, ty: Type, l: Val, r: Val): Unit
- def checkIntegerOrBoolOrRefOp(op: String, ty: Type, l: Val, r: Val): Unit
- def checkMethod(meth: Method): Unit
- def checkNext(next: Next): Unit
- def checkOp(op: Op): Unit
- def checkUnwind(next: Next): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var ctx: List[String]
- def enterInst(inst: Inst): Unit
- val env: Map[Local, Type]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(msg: String): Unit
- val errors: UnrolledBuffer[Check.Error]
- def expect(expected: Type, got: Type): Unit
- def expect(expected: Type, got: Val): Unit
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def in[T](entry: String)(f: => T): T
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labels: Map[Local, Seq[Type]]
- var name: Global
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def ok: Unit
- var retty: Type
- def run(infos: Seq[Info]): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()