org.jscala

MacroHelpers

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class NameHelper extends AnyRef

  2. type PFT[A] = PartialFunction[Tree, A]

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

  4. implicit class TreeHelper extends AnyRef

Abstract Value Members

  1. abstract val c: C

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Name

  7. object TermName

  8. object TypeName

  9. lazy val arraySym: scala.reflect.macros.Universe.ClassSymbol

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

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Attributes
    protected
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isNull(tree: Tree): Boolean

    Attributes
    protected
  21. def isUnit(tree: Tree): Boolean

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

    Attributes
    protected
  23. def listToExpr[T](exprs: List[scala.reflect.macros.Universe.Expr[T]]): scala.reflect.macros.Universe.Expr[List[T]]

    Attributes
    protected
  24. lazy val mapFactorySym: Symbol

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

    Attributes
    protected
  26. def mapToExpr[V](m: Map[String, scala.reflect.macros.Universe.Expr[V]]): scala.reflect.macros.Universe.Expr[Map[String, V]]

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

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

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

    Definition Classes
    AnyRef
  30. def prn(t: Tree): Unit

  31. def select(p: String, init: (String) ⇒ Tree = s => Ident(TermName(s))): Tree

    Attributes
    protected
  32. lazy val seqFactorySym: Symbol

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

  38. lazy val traversableSym: scala.reflect.macros.Universe.ClassSymbol

    Attributes
    protected
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped