Trait/Object

scala.meta

Proxy

Related Docs: object Proxy | package meta

Permalink

trait Proxy[G <: Global] extends Mirror with Toolbox with SemanticContext with InteractiveContext

Self Type
internal.hosts.scalac.contexts.Proxy[G]
Linear Supertypes
Toolbox, Context, Mirror, Context, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Proxy
  2. Toolbox
  3. Context
  4. Mirror
  5. Context
  6. AnyRef
  7. Any
Implicitly
  1. by XtensionShow
  2. by XtensionTokenizeContentLike
  3. by XtensionParseInputLike
  4. by XtensionInteractiveContextLoadSources
  5. by XtensionInteractiveContextLoadArtifacts
  6. by XtensionInteractiveContextLoadSources
  7. by XtensionInteractiveContextLoadArtifacts
  8. by any2stringadd
  9. by StringFormat
  10. by Ensuring
  11. 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: taxonomic.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 Proxy[G] to any2stringadd[Proxy[G]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Proxy[G], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[G] to ArrowAssoc[Proxy[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: (Proxy[G]) ⇒ Boolean, msg: ⇒ Any): Proxy[G]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[G] to Ensuring[Proxy[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 Proxy[G] to StringFormat[Proxy[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[Proxy[G], inputs.Input], dialect: Dialect, parse: Parse[U]): U

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[G] to meta.XtensionShow[Proxy[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[Proxy[G], inputs.Content], dialect: Dialect, tokenize: Tokenize): tokens.Tokens

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[G] to meta.XtensionTokenizeContentLike[Proxy[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): (Proxy[G], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[G] to ArrowAssoc[Proxy[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 Proxy[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:
    (proxy: meta.XtensionInteractiveContextLoadSources).load(sources)
    Definition Classes
    XtensionInteractiveContextLoadSources
  2. def load(source: Source): Source

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[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:
    (proxy: meta.XtensionInteractiveContextLoadSources).load(source)
    Definition Classes
    XtensionInteractiveContextLoadSources
  3. def load(artifacts: taxonomic.Artifact*): collection.immutable.Seq[taxonomic.Artifact]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[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:
    (proxy: meta.XtensionInteractiveContextLoadArtifacts).load(artifacts)
    Definition Classes
    XtensionInteractiveContextLoadArtifacts
  4. def load(artifact: taxonomic.Artifact): taxonomic.Artifact

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[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:
    (proxy: meta.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 Proxy[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:
    (proxy: interactive.XtensionInteractiveContextLoadSources).load(sources)
    Definition Classes
    XtensionInteractiveContextLoadSources
  6. def load(source: Source): Source

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[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:
    (proxy: interactive.XtensionInteractiveContextLoadSources).load(source)
    Definition Classes
    XtensionInteractiveContextLoadSources
  7. def load(artifacts: taxonomic.Artifact*): collection.immutable.Seq[taxonomic.Artifact]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[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:
    (proxy: interactive.XtensionInteractiveContextLoadArtifacts).load(artifacts)
    Definition Classes
    XtensionInteractiveContextLoadArtifacts
  8. def load(artifact: taxonomic.Artifact): taxonomic.Artifact

    Permalink
    Implicit information
    This member is added by an implicit conversion from Proxy[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:
    (proxy: interactive.XtensionInteractiveContextLoadArtifacts).load(artifact)
    Definition Classes
    XtensionInteractiveContextLoadArtifacts

Inherited from Toolbox

Inherited from Context

Inherited from Mirror

Inherited from Context

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

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

Ungrouped