Trait

org.jscala

MacroHelpers

Related Doc: package jscala

Permalink

trait MacroHelpers[C <: Context] extends AnyRef

Author: Alexander Nemish Date: 10/25/13 Time: 10:35 PM

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MacroHelpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class NameHelper extends AnyRef

    Permalink
  2. type PFT[A] = PartialFunction[scala.reflect.macros.Universe.Tree, A]

    Permalink
  3. type ToExpr[A] = PartialFunction[scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree]

    Permalink
  4. implicit class TreeHelper extends AnyRef

    Permalink

Abstract Value Members

  1. abstract val c: C

    Permalink

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

    Permalink
  5. object TermName

    Permalink
  6. object TypeName

    Permalink
  7. lazy val arraySym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
  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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. lazy val functionTypes: List[scala.reflect.macros.Universe.Type]

    Permalink
    Attributes
    protected
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isArray(path: C.Tree): Boolean

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

    Permalink
    Definition Classes
    Any
  18. def isNull(tree: scala.reflect.macros.Universe.Tree): Boolean

    Permalink
    Attributes
    protected
  19. def isUnit(tree: scala.reflect.macros.Universe.Tree): Boolean

    Permalink
    Attributes
    protected
  20. lazy val jarraySym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
  21. def listToExpr(exprs: List[scala.reflect.macros.Universe.Tree]): scala.reflect.macros.Universe.Tree

    Permalink
    Attributes
    protected
  22. lazy val mapFactorySym: scala.reflect.macros.Universe.Symbol

    Permalink
    Attributes
    protected
  23. lazy val mapSym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
  24. def mapToExpr(m: Map[String, scala.reflect.macros.Universe.Tree]): scala.reflect.macros.Universe.Tree

    Permalink
    Attributes
    protected
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def prn(t: scala.reflect.macros.Universe.Tree): Unit

    Permalink
  29. def select(p: String, init: (String) ⇒ scala.reflect.macros.Universe.Tree = s => Ident(TermName(s))): scala.reflect.macros.Universe.Tree

    Permalink
    Attributes
    protected
  30. lazy val seqFactorySym: scala.reflect.macros.Universe.Symbol

    Permalink
    Attributes
    protected
  31. lazy val seqSym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
  32. lazy val setSym: scala.reflect.macros.Universe.ClassSymbol

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def tpe(t: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Type

    Permalink
  36. lazy val traversableSym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped