trait
Scope extends AnyRef
Abstract Value Members
-
-
abstract
def
localVariable(name: String): Option[Any]
-
abstract
def
parent: Option[Scope]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply(name: String): Option[Any]
-
final
def
asInstanceOf[T0]: T0
-
def
capture(block: (Scope) ⇒ Unit): String
-
def
childScope(name: String, v: Any)(block: (Scope) ⇒ Unit): Unit
-
def
clone(): AnyRef
-
def
createScope(name: String, value: Any): Scope
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
foreachScope[T](name: String, s: Traversable[T])(block: (Scope) ⇒ Unit): Unit
-
def
format(v: Any): Any
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
var
implicitIterator: Option[String]
-
def
invertedSection(name: String)(block: (Scope) ⇒ Unit): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
isParam1[T](f: Function1[_, _], clazz: Class[T]): Boolean
-
def
iteratorObject: Option[Any]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
partial(name: String): Unit
-
def
renderValue(v: Any, unescape: Boolean = false): Unit
-
def
renderVariable(name: String, unescape: Boolean): Unit
-
def
section(name: String)(block: (Scope) ⇒ Unit): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
toTraversable(v: Any, block: (Scope) ⇒ Unit): Any
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Represents a variable scope
$Revision : 1.1 $