Trait

org.emmalanguage.ast.Transversers

ManagedAttr

Related Doc: package Transversers

Permalink

trait ManagedAttr[A <: HList, I <: HList, S <: HList] extends (scala.reflect.api.Universe.Tree) ⇒ AST.Attr[A, I, S]

Utility for managing attribute grammars.

Linear Supertypes
(scala.reflect.api.Universe.Tree) ⇒ AST.Attr[A, I, S], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManagedAttr
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Acc = A

    Permalink
  2. type Inh = I

    Permalink
  3. type Syn = S

    Permalink

Abstract Value Members

  1. abstract def apply(v1: scala.reflect.api.Universe.Tree): AST.Attr[A, I, S]

    Permalink
    Definition Classes
    Function1
  2. abstract val grammar: AST.AttrGrammar[A, I, S]

    Permalink
    Attributes
    protected

Concrete 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. implicit def MAcc: Monoid[A]

    Permalink
  5. implicit def MInh: Monoid[I]

    Permalink
  6. implicit def MSyn: Monoid[S]

    Permalink
  7. final def _acc: (scala.reflect.api.Universe.Tree) ⇒ A

    Permalink
  8. final def _inh: (scala.reflect.api.Universe.Tree) ⇒ I

    Permalink
  9. final def _syn: (scala.reflect.api.Universe.Tree) ⇒ S

    Permalink
  10. final def _tree: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink
  11. final def accumulate(tree: scala.reflect.api.Universe.Tree): Unit

    Permalink

    Accumulate attributes for tree.

    Accumulate attributes for tree.

    Attributes
    protected
  12. final lazy val accumulation: (scala.reflect.api.Universe.Tree) ⇒ A

    Permalink
    Attributes
    protected
  13. def andThen[A](g: (AST.Attr[A, I, S]) ⇒ A): (scala.reflect.api.Universe.Tree) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  14. final def ann(tree: scala.reflect.api.Universe.Tree): AST.Attr[A, I, S]

    Permalink

    Annotates tree with all attributes.

    Annotates tree with all attributes.

    Attributes
    protected
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. final def at[X](tree: scala.reflect.api.Universe.Tree)(f: ⇒ X): X

    Permalink

    Inherit attributes for tree.

    Inherit attributes for tree.

    Attributes
    protected
  17. val callback: AST.=?>[AST.Attr[A, I, S], Unit]

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compose[A](g: (A) ⇒ scala.reflect.api.Universe.Tree): (A) ⇒ AST.Attr[A, I, S]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. final lazy val inheritance: (scala.reflect.api.Universe.Tree) ⇒ I

    Permalink
    Attributes
    protected
  26. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def prepend[L <: HList]: Prepend[::[Int, HNil], L] { type Out = shapeless.::[Int,L] }

    Permalink
  31. def reset(): Unit

    Permalink

    Resets the state so that another tree can be traversed.

    Resets the state so that another tree can be traversed.

    Attributes
    protected
  32. final lazy val syn: (scala.reflect.api.Universe.Tree) ⇒ S

    Permalink

    A function from tree to synthesized attributes.

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

    Permalink
    Definition Classes
    AnyRef
  34. val template: AST.=?>[AST.Attr[A, I, S], scala.reflect.api.Universe.Tree]

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  36. final lazy val transformation: AST.=?>[scala.reflect.api.Universe.Tree, scala.reflect.api.Universe.Tree]

    Permalink
    Attributes
    protected
  37. final lazy val traversal: AST.=?>[scala.reflect.api.Universe.Tree, Unit]

    Permalink
    Attributes
    protected
  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 (scala.reflect.api.Universe.Tree) ⇒ AST.Attr[A, I, S]

Inherited from AnyRef

Inherited from Any

Ungrouped