Class/Object

rsc.outline

TemplateScope

Related Docs: object TemplateScope | package outline

Permalink

class TemplateScope extends SourceScope

Linear Supertypes
SourceScope, Scope, Work, Pretty, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemplateScope
  2. SourceScope
  3. Scope
  4. Work
  5. Pretty
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemplateScope(sym: semantics.Symbol, tree: DefnTemplate)

    Permalink
    Attributes
    protected

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _env: Env

    Permalink
  5. var _parents: List[Scope]

    Permalink
  6. var _self: List[Scope]

    Permalink
  7. val _storage: Map[Name, semantics.Symbol]

    Permalink
    Definition Classes
    SourceScope
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def block(dep: Work): Unit

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def enter(name: Name, sym: semantics.Symbol): semantics.Symbol

    Permalink
    Definition Classes
    SourceScopeScope
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    Work
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def parents: List[Scope]

    Permalink
  23. def parents_=(parents: List[Scope]): Unit

    Permalink
  24. def printRepl(p: Printer): Unit

    Permalink
    Definition Classes
    WorkPretty
  25. def printStr(p: Printer): Unit

    Permalink
    Definition Classes
    WorkPretty
  26. def repl: String

    Permalink
    Definition Classes
    Pretty
  27. def resolve(name: Name): Resolution

    Permalink
    Definition Classes
    TemplateScopeSourceScopeScope
  28. def self: List[Scope]

    Permalink
  29. def self_=(self: List[Scope]): Unit

    Permalink
  30. var status: Status

    Permalink
    Definition Classes
    Work
  31. def str: String

    Permalink
    Definition Classes
    Pretty
  32. def succeed(): Unit

    Permalink
    Definition Classes
    TemplateScopeWork
  33. val sym: semantics.Symbol

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

    Permalink
    Definition Classes
    AnyRef
  35. final def toString(): String

    Permalink
    Definition Classes
    Pretty → AnyRef → Any
  36. val tree: DefnTemplate

    Permalink
  37. def unblock(): Unit

    Permalink
    Definition Classes
    Work
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SourceScope

Inherited from Scope

Inherited from Work

Inherited from Pretty

Inherited from AnyRef

Inherited from Any

Ungrouped