Class

org.fusesource.scalate.mustache

NodeScope

Related Doc: package mustache

Permalink

class NodeScope extends ChildScope

Source
Scope.scala
Linear Supertypes
ChildScope, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeScope
  2. ChildScope
  3. Scope
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeScope(parent: Scope, name: String, node: NodeSeq)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to any2stringadd[NodeScope] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeScope, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to ArrowAssoc[NodeScope] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

    Permalink

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

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

    Definition Classes
    Scope
  7. final def asInstanceOf[T0]: T0

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

    Permalink

    Captures the output of the given block

    Captures the output of the given block

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

    Permalink
    Definition Classes
    Scope
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def context: RenderContext

    Permalink
    Definition Classes
    ChildScopeScope
  12. def createScope(name: String, value: Any): Scope

    Permalink
    Definition Classes
    Scope
  13. def ensuring(cond: (NodeScope) ⇒ Boolean, msg: ⇒ Any): NodeScope

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to Ensuring[NodeScope] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (NodeScope) ⇒ Boolean): NodeScope

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to Ensuring[NodeScope] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): NodeScope

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to Ensuring[NodeScope] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): NodeScope

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to Ensuring[NodeScope] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def foreachScope[T](name: String, s: Iterable[T])(block: (Scope) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Scope
  21. def format(v: Any): Any

    Permalink
    Definition Classes
    Scope
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to StringFormat[NodeScope] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Scope
  26. def invertedSection(name: String)(block: (Scope) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Scope
  27. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Scope
  29. def iteratorObject: Option[Any]

    Permalink

    Returns the current implicit iterator object

    Returns the current implicit iterator object

    Definition Classes
    Scope
  30. def localVariable(name: String): Option[Any]

    Permalink

    Returns the variable in the local scope if it is defined

    Returns the variable in the local scope if it is defined

    Definition Classes
    NodeScopeScope
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def parent: Some[Scope]

    Permalink
    Definition Classes
    ChildScopeScope
  35. def partial(name: String): Unit

    Permalink
    Definition Classes
    Scope
  36. def renderValue(v: Any, unescape: Boolean = false): Unit

    Permalink
    Definition Classes
    Scope
  37. def renderVariable(name: String, unescape: Boolean): Unit

    Permalink

    Renders the given variable name to the context

    Renders the given variable name to the context

    Definition Classes
    Scope
  38. def section(name: String)(block: (Scope) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Scope
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toIterable(v: Any, block: (Scope) ⇒ Unit): Any

    Permalink
    Definition Classes
    Scope
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (NodeScope, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeScope to ArrowAssoc[NodeScope] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def toTraversable(v: Any, block: (Scope) ⇒ Unit): Any

    Permalink
    Definition Classes
    Scope
    Annotations
    @deprecated
    Deprecated

    (Since version ) use toIterable instead

Inherited from ChildScope

Inherited from Scope

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from NodeScope to any2stringadd[NodeScope]

Inherited by implicit conversion StringFormat from NodeScope to StringFormat[NodeScope]

Inherited by implicit conversion Ensuring from NodeScope to Ensuring[NodeScope]

Inherited by implicit conversion ArrowAssoc from NodeScope to ArrowAssoc[NodeScope]

Ungrouped