org.fusesource.scalate.mustache

Scope

trait Scope extends AnyRef

Represents a variable scope

Version

$Revision : 1.1 $

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scope
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def context: RenderContext

  2. abstract def localVariable(name: String): Option[Any]

    Returns the variable in the local scope if it is defined

  3. abstract def parent: Option[Scope]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(name: String): Option[Any]

    Returns the variable of the given name looking in this scope or parent scopes to resolve the variable

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def capture(block: (Scope) ⇒ Unit): String

    Captures the output of the given block

  9. def childScope(name: String, v: Any)(block: (Scope) ⇒ Unit): Unit

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def createScope(name: String, value: Any): Scope

  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def foreachScope[T](name: String, s: Traversable[T])(block: (Scope) ⇒ Unit): Unit

  16. def format(v: Any): Any

  17. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  19. var implicitIterator: Option[String]

  20. def invertedSection(name: String)(block: (Scope) ⇒ Unit): Unit

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isParam1[T](f: Function1[_, _], clazz: Class[T]): Boolean

  23. def iteratorObject: Option[Any]

    Returns the current implicit iterator object

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def partial(name: String): Unit

  28. def renderValue(v: Any, unescape: Boolean = false): Unit

  29. def renderVariable(name: String, unescape: Boolean): Unit

    Renders the given variable name to the context

  30. def section(name: String)(block: (Scope) ⇒ Unit): Unit

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def toTraversable(v: Any, block: (Scope) ⇒ Unit): Any

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped