class
Scope[Interface, Implementation, Result] extends AnyRef
Instance Constructors
-
new
Scope(body: ⇒ Result)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
def
->[B](y: B): (Scope[Interface, Implementation, Result], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Scope[Interface, Implementation, Result]) ⇒ Boolean, msg: ⇒ Any): Scope[Interface, Implementation, Result]
-
def
ensuring(cond: (Scope[Interface, Implementation, Result]) ⇒ Boolean): Scope[Interface, Implementation, Result]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Scope[Interface, Implementation, Result]
-
def
ensuring(cond: Boolean): Scope[Interface, Implementation, Result]
-
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Scope[Interface, Implementation, Result], B)
Inherited from Any
Inherited by implicit conversion any2stringadd from
Scope[Interface, Implementation, Result] to any2stringadd[Scope[Interface, Implementation, Result]]
Inherited by implicit conversion StringFormat from
Scope[Interface, Implementation, Result] to StringFormat[Scope[Interface, Implementation, Result]]
Inherited by implicit conversion Ensuring from
Scope[Interface, Implementation, Result] to Ensuring[Scope[Interface, Implementation, Result]]
Inherited by implicit conversion ArrowAssoc from
Scope[Interface, Implementation, Result] to ArrowAssoc[Scope[Interface, Implementation, Result]]
given
def OptiML[R](b: => R) = new Scope[OptiML, OptiMLExp, R](b)
OptiML { body }
is expanded to:trait DSLprog$ extends OptiML { def apply = body } (new DSLprog$ with OptiMLExp): OptiML with OptiMLExp