t

angulate2.internal

AngulateCommonMacroTools

trait AngulateCommonMacroTools extends CommonMacroTools with JsCommonMacroTools

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

Type Members

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

Abstract Value Members

  1. abstract val c: UniverseProvider with Internals with Aliases with Typers with Infrastructure with FrontEnds with Enclosures
    Definition Classes
    CommonMacroTools

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def error(msg: String): Unit
    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]]]
    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]]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  11. def extractStringConstant(arg: scala.reflect.macros.Universe.Tree): Option[String]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  12. def finalize(): Unit
    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]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  14. def findAnnotation(symbol: scala.reflect.macros.Universe.Symbol, annotation: String): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  15. def findAnnotations(annotations: Seq[scala.reflect.macros.Universe.Tree]): Seq[(String, scala.reflect.macros.Universe.Tree)]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  16. def findAnnotations(symbol: scala.reflect.macros.Universe.Symbol): Seq[(String, scala.reflect.macros.Universe.Tree)]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def getDebugConfig(modifiers: scala.reflect.macros.Universe.Modifiers): DebugConfig
    Definition Classes
    CommonMacroTools
  19. def getEnclosingNamespace(): Option[String]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  20. def getInjectionDependencies(params: Iterable[scala.reflect.macros.Universe.Tree]): Iterable[Dependency]
  21. def getQualifiedTypeName(tree: scala.reflect.macros.Universe.Tree): String
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isSet(flag: String): Boolean
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. def paramNames(params: Iterable[scala.reflect.macros.Universe.Tree]): Iterable[scala.reflect.macros.Universe.TermName]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  29. def printTree(tree: scala.reflect.macros.Universe.Tree): Unit
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  30. def selectDynamic(base: scala.reflect.macros.Universe.Tree, fullName: String): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  31. def selectExported(fullName: String): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  32. def selectGlobalDynamic(fullName: String): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  33. def selectGlobalDynamic[T](implicit arg0: (c)#WeakTypeTag[T]): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  34. def setting(flag: String, default: String): String
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def translateAngulateAnnotations(modifiers: scala.reflect.macros.Universe.Modifiers): List[scala.reflect.macros.Universe.Tree]

    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.

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

Inherited from JsCommonMacroTools

Inherited from CommonMacroTools

Inherited from AnyRef

Inherited from Any

Ungrouped