Trait

angulate2.internal

AngulateBlackboxMacroTools

Related Doc: package internal

Permalink

trait AngulateBlackboxMacroTools extends BlackboxMacroTools with JsBlackboxMacroTools with AngulateCommonMacroTools

Linear Supertypes
AngulateCommonMacroTools, JsBlackboxMacroTools, JsCommonMacroTools, BlackboxMacroTools, CommonMacroTools, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AngulateBlackboxMacroTools
  2. AngulateCommonMacroTools
  3. JsBlackboxMacroTools
  4. JsCommonMacroTools
  5. BlackboxMacroTools
  6. CommonMacroTools
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type UniverseProvider = AnyRef { val universe: scala.reflect.macros.Universe }

    Permalink
    Definition Classes
    CommonMacroTools

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    BlackboxMacroTools → CommonMacroTools

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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def error(msg: String): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  9. def extractAnnotationParameters(symbol: scala.reflect.macros.Universe.Symbol, annotation: String, paramNames: Seq[String]): Option[Map[String, Option[scala.reflect.macros.Universe.Tree]]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  10. def extractAnnotationParameters(annotation: scala.reflect.macros.Universe.Tree, lastArgListNames: Seq[String], firstArgListNames: Seq[String]): Map[String, Option[scala.reflect.macros.Universe.Tree]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  11. def extractStringConstant(arg: scala.reflect.macros.Universe.Tree): Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findAnnotation(annotations: Seq[scala.reflect.macros.Universe.Tree], annotation: String): Option[scala.reflect.macros.Universe.Tree]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  14. def findAnnotation(symbol: scala.reflect.macros.Universe.Symbol, annotation: String): Option[scala.reflect.macros.Universe.Tree]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  15. def findAnnotationTypes(annotations: Seq[scala.reflect.macros.Universe.Tree]): Seq[(scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Tree)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  16. def findAnnotations(annotations: Seq[scala.reflect.macros.Universe.Tree]): Seq[(String, scala.reflect.macros.Universe.Tree)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  17. def findAnnotations(symbol: scala.reflect.macros.Universe.Symbol): Seq[(String, scala.reflect.macros.Universe.Tree)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getDebugConfig(modifiers: scala.reflect.macros.Universe.Modifiers): DebugConfig

    Permalink
    Definition Classes
    CommonMacroTools
  20. def getEnclosingNamespace(): Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  21. def getInjectionDependencies(params: Iterable[scala.reflect.macros.Universe.Tree]): Iterable[Dependency]

    Permalink
    Definition Classes
    AngulateCommonMacroTools
  22. def getQualifiedTypeName(tree: scala.reflect.macros.Universe.Tree): String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  23. def hasAnnotation(annotations: Seq[scala.reflect.macros.Universe.Tree], tpe: scala.reflect.macros.Universe.Type): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. def isSet(flag: String): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def paramNames(params: Iterable[scala.reflect.macros.Universe.Tree]): Iterable[scala.reflect.macros.Universe.TermName]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  31. def printTree(tree: scala.reflect.macros.Universe.Tree): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  32. def selectDynamic(base: scala.reflect.macros.Universe.Tree, fullName: String): scala.reflect.macros.Universe.Tree

    Permalink
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  33. def selectExported(fullName: String): scala.reflect.macros.Universe.Tree

    Permalink
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  34. def selectGlobalDynamic(fullName: String): scala.reflect.macros.Universe.Tree

    Permalink
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  35. def selectGlobalDynamic[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.Universe.Tree

    Permalink
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  36. def setting(flag: String, default: String): String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def translateAngulateAnnotations(modifiers: scala.reflect.macros.Universe.Modifiers): List[scala.reflect.macros.Universe.Tree]

    Permalink

    Translate additional annotations found in the specified modifiers list into the form required by the Angular2 annotations array.

    Translate additional annotations found in the specified modifiers list into the form required by the Angular2 annotations array. To this end, every annotation in this must provide an apply() method on its companion object that takes the annotation's parameters and returns the Angular2 annotation object.

    Definition Classes
    AngulateCommonMacroTools
  40. final def wait(): Unit

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

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

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

Inherited from AngulateCommonMacroTools

Inherited from JsBlackboxMacroTools

Inherited from JsCommonMacroTools

Inherited from BlackboxMacroTools

Inherited from CommonMacroTools

Inherited from AnyRef

Inherited from Any

Ungrouped