Class

org.jscala

ScalaToJsConverter

Related Doc: package jscala

Permalink

class ScalaToJsConverter[C <: Context] extends JsBasis[C]

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

Instance Constructors

  1. new ScalaToJsConverter(c: C, debug: Boolean)

    Permalink

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

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
    Definition Classes
    JsBasis
  10. val c: C

    Permalink
    Definition Classes
    ScalaToJsConverterMacroHelpers
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def convert(tree: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  13. val encodedBinOpsMap: Map[scala.reflect.macros.Universe.Name, String]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  14. val encodedUnaryOpsMap: Map[scala.reflect.macros.Universe.Name, String]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  27. lazy val jsIdent: ToExpr[JsIdent]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  28. lazy val jsJStringExpr: ToExpr[JsExpr]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  29. val jsLit: ToExpr[JsLit]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  30. object jsNullLit extends PartialFunction[scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  31. lazy val jsNumLit: ToExpr[JsNum]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  32. lazy val jsString: PFT[String]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  33. lazy val jsStringLit: ToExpr[JsString]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  34. lazy val jsThis: ToExpr[JsIdent]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  35. object jsUnitLit extends PartialFunction[scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  36. def listToExpr(exprs: List[scala.reflect.macros.Universe.Tree]): scala.reflect.macros.Universe.Tree

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MacroHelpers
  44. 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
  45. lazy val seqFactorySym: scala.reflect.macros.Universe.Symbol

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JsBasis
  53. final def wait(): Unit

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

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

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

Inherited from JsBasis[C]

Inherited from MacroHelpers[C]

Inherited from AnyRef

Inherited from Any

Ungrouped