Object/Class

org.emmalanguage.ast.Transversers

Attr

Related Docs: class Attr | package Transversers

Permalink

object Attr extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attr
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. object acc

    Permalink

    Extractor for the accumulated attributes of a tree.

  5. object all

    Permalink

    Extractor for all attributes of a tree (alias for Attr.unapply()).

  6. def apply[S](tree: scala.reflect.api.Universe.Tree, syn: S): AST.Attr[HNil, HNil, S]

    Permalink

    Constructor that discards accumulated and inherited attributes.

  7. def apply[I, S](tree: scala.reflect.api.Universe.Tree, inh: I, syn: S): AST.Attr[HNil, I, S]

    Permalink

    Constructor that discards accumulated attributes.

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect[Col[x] <: Traversable[x], El](elem: AST.=?>[scala.reflect.api.Universe.Tree, El])(implicit Col: CanBuildFrom[Nothing, El, Col[El]]): AST.=?>[scala.reflect.api.Universe.Tree, Col[El]]

    Permalink

    Collects attributes in a specified type of collection.

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def group[K, V](kv: AST.=?>[scala.reflect.api.Universe.Tree, (K, V)]): AST.=?>[scala.reflect.api.Universe.Tree, Map[K, V]]

    Permalink

    Collects key -> value attributes in a Map.

  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. object inh

    Permalink

    Extractor for the inherited attributes of a tree.

  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. object none

    Permalink

    Extractor that discards the attributes of a tree.

  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. object syn

    Permalink

    Extractor for the synthesized attributes of a tree.

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

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped