Trait

com.twitter.scalding.quotation

ProjectionMacro

Related Doc: package quotation

Permalink

trait ProjectionMacro extends TreeOps with Liftables

Linear Supertypes
Liftables, TreeOps, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectionMacro
  2. Liftables
  3. TreeOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    ProjectionMacroLiftablesTreeOps

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 val accessorLiftable: scala.reflect.macros.Universe.Liftable[Accessor]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def collect[T](tree: scala.reflect.macros.Universe.Tree)(f: PartialFunction[scala.reflect.macros.Universe.Tree, T]): List[T]

    Permalink

    Similar to tree.collect but it doesn't collect the children of a collected tree.

    Similar to tree.collect but it doesn't collect the children of a collected tree.

    Definition Classes
    TreeOps
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def find(tree: scala.reflect.macros.Universe.Tree)(f: (scala.reflect.macros.Universe.Tree) ⇒ Boolean): Option[scala.reflect.macros.Universe.Tree]

    Permalink

    Finds the first tree that satisfies the condition.

    Finds the first tree that satisfies the condition.

    Definition Classes
    TreeOps
  12. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. implicit val projectionLiftable: scala.reflect.macros.Universe.Liftable[Projection]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  19. def projections(params: List[scala.reflect.macros.Universe.Tree]): scala.reflect.macros.Universe.Tree

    Permalink
  20. implicit val projectionsLiftable: scala.reflect.macros.Universe.Liftable[Projections]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  21. implicit val propertyLiftable: scala.reflect.macros.Universe.Liftable[Property]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  22. implicit val quotedLiftable: scala.reflect.macros.Universe.Liftable[Quoted]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  23. implicit val sourceLiftable: scala.reflect.macros.Universe.Liftable[Source]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. implicit val typeNameLiftable: scala.reflect.macros.Universe.Liftable[TypeName]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  27. implicit val typeReferenceLiftable: scala.reflect.macros.Universe.Liftable[TypeReference]

    Permalink
    Attributes
    protected
    Definition Classes
    Liftables
  28. final def wait(): Unit

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

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

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

Inherited from Liftables

Inherited from TreeOps

Inherited from AnyRef

Inherited from Any

Ungrouped