org.fusesource.scalate.mustache

MapScope

class MapScope extends ChildScope

Source
Scope.scala
Linear Supertypes
ChildScope, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MapScope
  2. ChildScope
  3. Scope
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapScope(parent: Scope, name: String, map: Map[String, _])

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. def +(other: String): String

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

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

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

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

    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
  9. final def asInstanceOf[T0]: T0

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

    Captures the output of the given block

    Captures the output of the given block

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

    Definition Classes
    Scope
  12. def clone(): AnyRef

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

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

    Definition Classes
    Scope
  15. def ensuring(cond: (MapScope) ⇒ Boolean, msg: ⇒ Any): MapScope

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

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

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

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

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

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

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

    Definition Classes
    Scope
  23. def format(v: Any): Any

    Definition Classes
    Scope
  24. def formatted(fmtstr: String): String

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

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

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

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

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

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

    Definition Classes
    Scope
  31. def iteratorObject: Option[Any]

    Returns the current implicit iterator object

    Returns the current implicit iterator object

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

    Returns the variable in the local scope if it is defined

    Returns the variable in the local scope if it is defined

    Definition Classes
    MapScopeScope
  33. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Renders the given variable name to the context

    Renders the given variable name to the context

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

    Definition Classes
    Scope
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (MapScope, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from MapScope to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mapScope: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from MapScope to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mapScope: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: MapScope

    Implicit information
    This member is added by an implicit conversion from MapScope to ArrowAssoc[MapScope] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mapScope: ArrowAssoc[MapScope]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: MapScope

    Implicit information
    This member is added by an implicit conversion from MapScope to Ensuring[MapScope] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mapScope: Ensuring[MapScope]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ChildScope

Inherited from Scope

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MapScope to StringAdd

Inherited by implicit conversion any2stringfmt from MapScope to StringFormat

Inherited by implicit conversion any2ArrowAssoc from MapScope to ArrowAssoc[MapScope]

Inherited by implicit conversion any2Ensuring from MapScope to Ensuring[MapScope]

Ungrouped