trait
Scope
extends AnyRef
Abstract Value Members
-
-
def
localVariable
(name: String): Option[Any]
-
def
parent
: Option[Scope]
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
(name: String): Option[Any]
-
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
-
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
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
var
implicitIterator
: Option[String]
-
def
invertedSection
(name: String)(block: (Scope) ⇒ Unit): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
isParam1
[T]
(f: Function1[_, _], clazz: Class[T]): Boolean
-
def
iteratorObject
: Option[Any]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
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
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
toTraversable
(v: Any, block: (Scope) ⇒ Unit): Any
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Represents a variable scope
$Revision : 1.1 $