Trait/Object

scala.meta.internal.hosts.scalac

Adapter

Related Docs: object Adapter | package scalac

Permalink

trait Adapter[G <: Global] extends Context

Self Type
contexts.Adapter[G]
Linear Supertypes
Context, interactive.Context, semantic.Context, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Adapter
  2. Context
  3. Context
  4. Context
  5. AnyRef
  6. Any
Implicitly
  1. by XtensionShow
  2. by XtensionInteractiveContextLoadSources
  3. by XtensionInteractiveContextLoadArtifacts
  4. by XtensionTokenizeContentLike
  5. by XtensionDomainLikeContext
  6. by XtensionParseInputLike
  7. by XtensionInteractiveContextLoadSources
  8. by XtensionInteractiveContextLoadArtifacts
  9. by XtensionDomainLikeContext
  10. by any2stringadd
  11. by StringFormat
  12. by Ensuring
  13. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def dialect: Dialect

    Permalink
    Definition Classes
    Context
  2. abstract def domain: artifacts.Domain

    Permalink
    Definition Classes
    Context
  3. abstract val g: G

    Permalink

Concrete 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 Adapter[G] to any2stringadd[Adapter[G]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Adapter[G], B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. object conversions

    Permalink
  9. def ensuring(cond: (Adapter[G]) ⇒ Boolean, msg: ⇒ Any): Adapter[G]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def parse[U](implicit convert: Convert[Adapter[G], inputs.Input], parse: Parse[U]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionParseInputLike[Adapter[G]] performed by method XtensionParseInputLike in scala.meta.parsers.common.Api.
    Definition Classes
    XtensionParseInputLike
  24. def show[Style[X] <: Show[X]](implicit style: Style[Adapter[G]]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionShow[Adapter[G]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def tokens(implicit convert: Convert[Adapter[G], inputs.Content], dialect: Dialect, tokenize: Tokenize): tokens.Tokens

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def [B](y: B): (Adapter[G], B)

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

Shadowed Implicit Value Members

  1. def load(sources: Source*): collection.immutable.Seq[Source]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to interactive.XtensionInteractiveContextLoadSources performed by method XtensionInteractiveContextLoadSources in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: interactive.XtensionInteractiveContextLoadSources).load(sources)
    Definition Classes
    XtensionInteractiveContextLoadSources
  2. def load(source: Source): Source

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to interactive.XtensionInteractiveContextLoadSources performed by method XtensionInteractiveContextLoadSources in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: interactive.XtensionInteractiveContextLoadSources).load(source)
    Definition Classes
    XtensionInteractiveContextLoadSources
  3. def load(artifacts: artifacts.Artifact*): collection.immutable.Seq[artifacts.Artifact]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to interactive.XtensionInteractiveContextLoadArtifacts performed by method XtensionInteractiveContextLoadArtifacts in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: interactive.XtensionInteractiveContextLoadArtifacts).load(artifacts)
    Definition Classes
    XtensionInteractiveContextLoadArtifacts
  4. def load(artifact: artifacts.Artifact): artifacts.Artifact

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to interactive.XtensionInteractiveContextLoadArtifacts performed by method XtensionInteractiveContextLoadArtifacts in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: interactive.XtensionInteractiveContextLoadArtifacts).load(artifact)
    Definition Classes
    XtensionInteractiveContextLoadArtifacts
  5. def load(sources: Source*): collection.immutable.Seq[Source]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionInteractiveContextLoadSources performed by method XtensionInteractiveContextLoadSources in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: meta.XtensionInteractiveContextLoadSources).load(sources)
    Definition Classes
    XtensionInteractiveContextLoadSources
  6. def load(source: Source): Source

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionInteractiveContextLoadSources performed by method XtensionInteractiveContextLoadSources in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: meta.XtensionInteractiveContextLoadSources).load(source)
    Definition Classes
    XtensionInteractiveContextLoadSources
  7. def load(artifacts: artifacts.Artifact*): collection.immutable.Seq[artifacts.Artifact]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionInteractiveContextLoadArtifacts performed by method XtensionInteractiveContextLoadArtifacts in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: meta.XtensionInteractiveContextLoadArtifacts).load(artifacts)
    Definition Classes
    XtensionInteractiveContextLoadArtifacts
  8. def load(artifact: artifacts.Artifact): artifacts.Artifact

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionInteractiveContextLoadArtifacts performed by method XtensionInteractiveContextLoadArtifacts in scala.meta.interactive.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: meta.XtensionInteractiveContextLoadArtifacts).load(artifact)
    Definition Classes
    XtensionInteractiveContextLoadArtifacts
  9. def resources: collection.immutable.Seq[artifacts.Resource]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionDomainLikeContext performed by method XtensionDomainLikeContext in scala.meta.semantic.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: meta.XtensionDomainLikeContext).resources
    Definition Classes
    XtensionDomainLikeContext
  10. def resources: collection.immutable.Seq[artifacts.Resource]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to semantic.XtensionDomainLikeContext performed by method XtensionDomainLikeContext in scala.meta.semantic.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: semantic.XtensionDomainLikeContext).resources
    Definition Classes
    XtensionDomainLikeContext
  11. def sources: collection.immutable.Seq[Source]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to meta.XtensionDomainLikeContext performed by method XtensionDomainLikeContext in scala.meta.semantic.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: meta.XtensionDomainLikeContext).sources
    Definition Classes
    XtensionDomainLikeContext
  12. def sources: collection.immutable.Seq[Source]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Adapter[G] to semantic.XtensionDomainLikeContext performed by method XtensionDomainLikeContext in scala.meta.semantic.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (adapter: semantic.XtensionDomainLikeContext).sources
    Definition Classes
    XtensionDomainLikeContext

Inherited from Context

Inherited from interactive.Context

Inherited from semantic.Context

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionShow from Adapter[G] to meta.XtensionShow[Adapter[G]]

Inherited by implicit conversion XtensionInteractiveContextLoadSources from Adapter[G] to interactive.XtensionInteractiveContextLoadSources

Inherited by implicit conversion XtensionInteractiveContextLoadArtifacts from Adapter[G] to interactive.XtensionInteractiveContextLoadArtifacts

Inherited by implicit conversion XtensionTokenizeContentLike from Adapter[G] to meta.XtensionTokenizeContentLike[Adapter[G]]

Inherited by implicit conversion XtensionDomainLikeContext from Adapter[G] to meta.XtensionDomainLikeContext

Inherited by implicit conversion XtensionParseInputLike from Adapter[G] to meta.XtensionParseInputLike[Adapter[G]]

Inherited by implicit conversion XtensionInteractiveContextLoadSources from Adapter[G] to meta.XtensionInteractiveContextLoadSources

Inherited by implicit conversion XtensionInteractiveContextLoadArtifacts from Adapter[G] to meta.XtensionInteractiveContextLoadArtifacts

Inherited by implicit conversion XtensionDomainLikeContext from Adapter[G] to semantic.XtensionDomainLikeContext

Inherited by implicit conversion any2stringadd from Adapter[G] to any2stringadd[Adapter[G]]

Inherited by implicit conversion StringFormat from Adapter[G] to StringFormat[Adapter[G]]

Inherited by implicit conversion Ensuring from Adapter[G] to Ensuring[Adapter[G]]

Inherited by implicit conversion ArrowAssoc from Adapter[G] to ArrowAssoc[Adapter[G]]

Ungrouped