t

angulate2.internal

AngulateWhiteboxMacroTools

trait AngulateWhiteboxMacroTools extends WhiteboxMacroTools with JsWhiteboxMacroTools with AngulateCommonMacroTools

Linear Supertypes
AngulateCommonMacroTools, JsWhiteboxMacroTools, JsCommonMacroTools, WhiteboxMacroTools, CommonMacroTools, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AngulateWhiteboxMacroTools
  2. AngulateCommonMacroTools
  3. JsWhiteboxMacroTools
  4. JsCommonMacroTools
  5. WhiteboxMacroTools
  6. CommonMacroTools
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ClassParts extends TypeParts with Product with Serializable
    Definition Classes
    WhiteboxMacroTools
  2. sealed trait CommonParts extends AnyRef
    Definition Classes
    WhiteboxMacroTools
  3. case class ObjectParts extends CommonParts with Product with Serializable
    Definition Classes
    WhiteboxMacroTools
  4. case class TraitParts extends TypeParts with Product with Serializable
    Definition Classes
    WhiteboxMacroTools
  5. sealed trait TypeParts extends CommonParts
    Definition Classes
    WhiteboxMacroTools
  6. type UniverseProvider = AnyRef { val universe: scala.reflect.macros.Universe }
    Definition Classes
    CommonMacroTools

Abstract Value Members

  1. abstract val c: Context
    Definition Classes
    WhiteboxMacroTools → 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 extractObjectParts(moduleDef: scala.reflect.macros.Universe.ModuleDef): ObjectParts
    Definition Classes
    WhiteboxMacroTools
  12. def extractStringConstant(arg: scala.reflect.macros.Universe.Tree): Option[String]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  13. def extractTypeParts(classDef: scala.reflect.macros.Universe.ClassDef): TypeParts
    Definition Classes
    WhiteboxMacroTools
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findAnnotation(annotations: Seq[scala.reflect.macros.Universe.Tree], annotation: String): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  16. def findAnnotation(symbol: scala.reflect.macros.Universe.Symbol, annotation: String): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  17. def findAnnotations(annotations: Seq[scala.reflect.macros.Universe.Tree]): Seq[(String, scala.reflect.macros.Universe.Tree)]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  18. def findAnnotations(symbol: scala.reflect.macros.Universe.Symbol): Seq[(String, scala.reflect.macros.Universe.Tree)]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def getDebugConfig(modifiers: scala.reflect.macros.Universe.Modifiers): DebugConfig
    Definition Classes
    CommonMacroTools
  21. def getEnclosingNamespace(): Option[String]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  22. def getInjectionDependencies(params: Iterable[scala.reflect.macros.Universe.Tree]): Iterable[Dependency]
    Definition Classes
    AngulateCommonMacroTools
  23. def getJSBaseClass(parents: Iterable[scala.reflect.macros.whitebox.Context.Tree]): Iterable[scala.reflect.macros.whitebox.Context.Tree]
    Definition Classes
    JsWhiteboxMacroTools
  24. def getQualifiedTypeName(tree: scala.reflect.macros.Universe.Tree): String
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isSet(flag: String): Boolean
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def paramNames(params: Iterable[scala.reflect.macros.Universe.Tree]): Iterable[scala.reflect.macros.Universe.TermName]
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  32. def printTree(tree: scala.reflect.macros.Universe.Tree): Unit
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  33. def selectDynamic(base: scala.reflect.macros.Universe.Tree, fullName: String): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  34. def selectExported(fullName: String): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  35. def selectGlobalDynamic(fullName: String): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  36. def selectGlobalDynamic[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.Universe.Tree
    Attributes
    protected[this]
    Definition Classes
    JsCommonMacroTools
  37. def setting(flag: String, default: String): String
    Attributes
    protected[this]
    Definition Classes
    CommonMacroTools
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. 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.

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

Inherited from AngulateCommonMacroTools

Inherited from JsWhiteboxMacroTools

Inherited from JsCommonMacroTools

Inherited from WhiteboxMacroTools

Inherited from CommonMacroTools

Inherited from AnyRef

Inherited from Any

Ungrouped