Class

scala.meta.internal.scalahost.ScalahostPipeline.ScalahostComponent

ScalahostPhase

Related Doc: package ScalahostComponent

Permalink

class ScalahostPhase extends StdPhase

Linear Supertypes
ScalahostComponent.StdPhase, GlobalPhase, Phase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalahostPhase
  2. StdPhase
  3. GlobalPhase
  4. Phase
  5. AnyRef
  6. Any
Implicitly
  1. by XtensionClassifiable
  2. by XtensionTokenizeInputLike
  3. by XtensionStructure
  4. by XtensionSyntax
  5. by XtensionShow
  6. by XtensionParseInputLike
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalahostPhase(prev: Phase)

    Permalink

Type Members

  1. type Id = Int

    Permalink
    Definition Classes
    Phase

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to any2stringadd[ScalahostPhase] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalahostPhase, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to ArrowAssoc[ScalahostPhase] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(unit: tools.nsc.Global.CompilationUnit): Unit

    Permalink
    Definition Classes
    ScalahostPhase → GlobalPhase
  7. final def applyPhase(unit: tools.nsc.Global.CompilationUnit): Unit

    Permalink
    Definition Classes
    GlobalPhase
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def cancelled(unit: tools.nsc.Global.CompilationUnit): Boolean

    Permalink
    Definition Classes
    GlobalPhase
  10. def checkable: Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def description: String

    Permalink
    Definition Classes
    Phase
  13. def ensuring(cond: (ScalahostPhase) ⇒ Boolean, msg: ⇒ Any): ScalahostPhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to Ensuring[ScalahostPhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ScalahostPhase) ⇒ Boolean): ScalahostPhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to Ensuring[ScalahostPhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ScalahostPhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to Ensuring[ScalahostPhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ScalahostPhase

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to Ensuring[ScalahostPhase] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Phase → AnyRef → Any
  19. def erasedTypes: Boolean

    Permalink
    Definition Classes
    GlobalPhase → Phase
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def flagMask: Long

    Permalink
    Definition Classes
    Phase
  22. def flatClasses: Boolean

    Permalink
    Definition Classes
    GlobalPhase → Phase
  23. val fmask: Long

    Permalink
    Definition Classes
    Phase
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to StringFormat[ScalahostPhase] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hasNext: Boolean

    Permalink
    Definition Classes
    Phase
  27. def hashCode(): Int

    Permalink
    Definition Classes
    Phase → AnyRef → Any
  28. val id: Id

    Permalink
    Definition Classes
    Phase
  29. def is[U](implicit classifier: Classifier[ScalahostPhase, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to meta.XtensionClassifiable[ScalahostPhase] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ScalahostPhase] is in scope.
    Definition Classes
    XtensionClassifiable
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def isNot[U](implicit classifier: Classifier[ScalahostPhase, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to meta.XtensionClassifiable[ScalahostPhase] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ScalahostPhase] is in scope.
    Definition Classes
    XtensionClassifiable
  32. def iterator: collection.Iterator[Phase]

    Permalink
    Definition Classes
    Phase
  33. def keepsTypeParams: Boolean

    Permalink
    Definition Classes
    Phase
  34. def name: String

    Permalink
    Definition Classes
    StdPhase → Phase
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def newFlags: Long

    Permalink
    Definition Classes
    StdPhase → Phase
  37. def next: Phase

    Permalink
    Definition Classes
    Phase
  38. def nextFlags: Long

    Permalink
    Definition Classes
    StdPhase → Phase
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. def parse[U](implicit convert: Convert[ScalahostPhase, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to meta.XtensionParseInputLike[ScalahostPhase] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  42. val prev: Phase

    Permalink
    Definition Classes
    Phase
  43. def refChecked: Boolean

    Permalink
    Definition Classes
    GlobalPhase → Phase
  44. def run(): Unit

    Permalink
    Definition Classes
    ScalahostPhase → GlobalPhase → Phase
  45. def show[Style[X] <: Show[X]](implicit style: Style[ScalahostPhase]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to meta.XtensionShow[ScalahostPhase] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  46. def specialized: Boolean

    Permalink
    Definition Classes
    GlobalPhase → Phase
  47. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to meta.XtensionStructure[ScalahostPhase] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[ScalahostPhase] is in scope.
    Definition Classes
    XtensionStructure
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to meta.XtensionSyntax[ScalahostPhase] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[ScalahostPhase] is in scope.
    Definition Classes
    XtensionSyntax
  50. def toString(): String

    Permalink
    Definition Classes
    Phase → AnyRef → Any
  51. def tokenize(implicit convert: Convert[ScalahostPhase, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to meta.XtensionTokenizeInputLike[ScalahostPhase] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def withCurrentUnit(unit: tools.nsc.Global.CompilationUnit)(task: ⇒ Unit): Unit

    Permalink
    Definition Classes
    GlobalPhase
  56. def [B](y: B): (ScalahostPhase, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalahostPhase to ArrowAssoc[ScalahostPhase] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from GlobalPhase

Inherited from Phase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionClassifiable from ScalahostPhase to meta.XtensionClassifiable[ScalahostPhase]

Inherited by implicit conversion XtensionTokenizeInputLike from ScalahostPhase to meta.XtensionTokenizeInputLike[ScalahostPhase]

Inherited by implicit conversion XtensionStructure from ScalahostPhase to meta.XtensionStructure[ScalahostPhase]

Inherited by implicit conversion XtensionSyntax from ScalahostPhase to meta.XtensionSyntax[ScalahostPhase]

Inherited by implicit conversion XtensionShow from ScalahostPhase to meta.XtensionShow[ScalahostPhase]

Inherited by implicit conversion XtensionParseInputLike from ScalahostPhase to meta.XtensionParseInputLike[ScalahostPhase]

Inherited by implicit conversion any2stringadd from ScalahostPhase to any2stringadd[ScalahostPhase]

Inherited by implicit conversion StringFormat from ScalahostPhase to StringFormat[ScalahostPhase]

Inherited by implicit conversion Ensuring from ScalahostPhase to Ensuring[ScalahostPhase]

Inherited by implicit conversion ArrowAssoc from ScalahostPhase to ArrowAssoc[ScalahostPhase]

Ungrouped