Trait

org.jscala

JsBasis

Related Doc: package jscala

Permalink

trait JsBasis[C <: Context] extends MacroHelpers[C]

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

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

Type Members

  1. implicit class NameHelper extends AnyRef

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

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

    Permalink
    Definition Classes
    MacroHelpers
  4. implicit class TreeHelper extends AnyRef

    Permalink
    Definition Classes
    MacroHelpers

Abstract Value Members

  1. abstract val c: C

    Permalink
    Definition Classes
    MacroHelpers

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
    Definition Classes
    MacroHelpers
  5. object TermName

    Permalink
    Definition Classes
    MacroHelpers
  6. object TypeName

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

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val binOps: Seq[String]

    Permalink
    Attributes
    protected
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val encodedBinOpsMap: Map[scala.reflect.macros.Universe.Name, String]

    Permalink
    Attributes
    protected
  12. val encodedUnaryOpsMap: Map[scala.reflect.macros.Universe.Name, String]

    Permalink
    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  17. final def getClass(): Class[_]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  20. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  22. def isUnit(tree: scala.reflect.macros.Universe.Tree): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  23. lazy val jarraySym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  24. lazy val jsBoolLit: ToExpr[JsBool]

    Permalink
    Attributes
    protected
  25. lazy val jsIdent: ToExpr[JsIdent]

    Permalink
    Attributes
    protected
  26. lazy val jsJStringExpr: ToExpr[JsExpr]

    Permalink
    Attributes
    protected
  27. val jsLit: ToExpr[JsLit]

    Permalink
    Attributes
    protected
  28. object jsNullLit extends PartialFunction[scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree]

    Permalink
    Attributes
    protected
  29. lazy val jsNumLit: ToExpr[JsNum]

    Permalink
    Attributes
    protected
  30. lazy val jsString: PFT[String]

    Permalink
    Attributes
    protected
  31. lazy val jsStringLit: ToExpr[JsString]

    Permalink
    Attributes
    protected
  32. lazy val jsThis: ToExpr[JsIdent]

    Permalink
    Attributes
    protected
  33. object jsUnitLit extends PartialFunction[scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree]

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

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  35. lazy val mapFactorySym: scala.reflect.macros.Universe.Symbol

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  36. lazy val mapSym: scala.reflect.macros.Universe.ClassSymbol

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

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  38. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  43. lazy val seqFactorySym: scala.reflect.macros.Universe.Symbol

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  44. lazy val seqSym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  45. lazy val setSym: scala.reflect.macros.Universe.ClassSymbol

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

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

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

    Permalink
    Definition Classes
    MacroHelpers
  49. lazy val traversableSym: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    MacroHelpers
  50. val unaryOps: Seq[String]

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

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

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

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

Inherited from MacroHelpers[C]

Inherited from AnyRef

Inherited from Any

Ungrouped