Packages

c

com.github.dkhalansky.paradiseng.plugin

ParadiseNgComponent

class ParadiseNgComponent extends PluginComponent with Errors with SymbolSources with Annotations with AnnotationFunctions with ReplIntegration with TypeParamsDesugar

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParadiseNgComponent
  2. TypeParamsDesugar
  3. ReplIntegration
  4. AnnotationFunctions
  5. Annotations
  6. Companions
  7. SymbolSources
  8. Errors
  9. PluginComponent
  10. SubComponent
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParadiseNgComponent(plugin: Plugin, global: Global)

Type Members

  1. abstract class TreeEvaluationError extends AnyRef
    Definition Classes
    AnnotationFunctions
  2. case class ParadiseNgException(pos: scala.tools.nsc.Global.Position, msg: String) extends Exception with Product with Serializable
    Definition Classes
    Errors
  3. abstract class StdPhase extends GlobalPhase
    Definition Classes
    SubComponent
  4. implicit class XtensionSymbolSource extends AnyRef
    Definition Classes
    SymbolSources

Value Members

  1. object TreeEvaluationError
    Definition Classes
    AnnotationFunctions
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def AnnotationFromCurrentRunError[T](an: scala.tools.nsc.Global.AnnotationInfo): T
    Definition Classes
    Errors
  6. def NoConstructorError[T](an: scala.tools.nsc.Global.AnnotationInfo, args: Seq[Any]): T
    Definition Classes
    Errors
  7. def ParameterResolutionError[T](pos: scala.tools.nsc.Global.Position, e: TreeEvaluationError): T
    Definition Classes
    Errors
  8. def TreeTransformationError[T](pos: scala.tools.nsc.Global.Position, t: Throwable): T
    Definition Classes
    Errors
  9. final def afterOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  10. def annottees(tree: scala.tools.nsc.Global.Tree): List[(scala.tools.nsc.Global.MemberDef, AnInfos, Int)]
    Definition Classes
    Annotations
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def attachSourcesToSymbols(tree: scala.tools.nsc.Global.Tree): Unit
    Definition Classes
    SymbolSources
  13. final def beforeOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. def description: String
    Definition Classes
    PluginComponent
  16. def enabled: Boolean
    Definition Classes
    SubComponent
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getAnnotationFunction(annotation: scala.tools.nsc.Global.AnnotationInfo): TreeTransformation
    Definition Classes
    AnnotationFunctions
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getCompanionTree(symbol: scala.tools.nsc.Global.Symbol): Option[scala.tools.nsc.Global.ModuleDef]
    Definition Classes
    Companions
  23. val global: Global
    Definition Classes
    ParadiseNgComponent → SubComponent
  24. def hashCode(): Int
    Definition Classes
    SubComponent → AnyRef → Any
  25. val initial: Boolean
    Definition Classes
    SubComponent
  26. final val internal: Boolean(false)
    Definition Classes
    PluginComponent → SubComponent
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def newPhase(prev: Phase): StdPhase
    Definition Classes
    ParadiseNgComponent → SubComponent
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def ownPhase: Phase
    Definition Classes
    SubComponent
  33. val phaseName: String
    Definition Classes
    ParadiseNgComponent → SubComponent
  34. def phaseNewFlags: Long
    Definition Classes
    SubComponent
  35. def phaseNextFlags: Long
    Definition Classes
    SubComponent
  36. def replaceTree(body: scala.tools.nsc.Global.Tree, pos: scala.tools.nsc.Global.Position, newTrees: List[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Tree
  37. val requires: List[String]
    Definition Classes
    SubComponent
  38. val runsAfter: List[String]
    Definition Classes
    ParadiseNgComponent → SubComponent
  39. val runsBefore: List[String]
    Definition Classes
    ParadiseNgComponent → SubComponent
  40. val runsRightAfter: Option[String]
    Definition Classes
    PluginComponent → SubComponent
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val terminal: Boolean
    Definition Classes
    SubComponent
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def unhideTypeParam(tree: scala.tools.nsc.Global.Tree): Option[Type]
    Definition Classes
    TypeParamsDesugar
  45. def updateReplHandlers(body: scala.tools.nsc.Global.Tree): Unit
    Definition Classes
    ReplIntegration
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. def withTyped[T](unit: scala.tools.nsc.Global.CompilationUnit, body: scala.tools.nsc.Global.Tree)(fn: (scala.tools.nsc.Global.Tree) ⇒ T): T
  50. object HideTypeParameters extends scala.tools.nsc.Global.Transformer
    Definition Classes
    TypeParamsDesugar

Inherited from TypeParamsDesugar

Inherited from ReplIntegration

Inherited from AnnotationFunctions

Inherited from Annotations

Inherited from Companions

Inherited from SymbolSources

Inherited from Errors

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped