class PrettyType extends Type
A Type with custom pretty-printing representation, not used for
typechecking.
NOTE(olafur) Creating a new Type subclass is a hack, a better long-term
solution would be to implement a custom pretty-printer for types so that we
don't have to rely on Type.toString.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrettyType
- Type
- Annotatable
- TypeApiImpl
- TypeApi
- AnyRef
- Any
Implicitly
- by XtensionSyntax
- by XtensionTokenizeInputLike
- by XtensionStructure
- by XtensionShow
- by XtensionParseInputLike
- by XtensionClassifiable
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Type Members
-
class
FilterMapForeach extends reflect.internal.SymbolTable.FilterTypeCollector
- Definition Classes
- Type
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from PrettyType to any2stringadd[PrettyType] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (PrettyType, B)
- Implicit
- This member is added by an implicit conversion from PrettyType to ArrowAssoc[PrettyType] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
<:<(that: ScalafixGlobal.Type): Boolean
- Definition Classes
- Type → TypeApi
-
def
=:=(that: ScalafixGlobal.Type): Boolean
- Definition Classes
- Type → TypeApi
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addThrowsAnnotation(throwableSym: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Annotatable
-
def
annotations: List[ScalafixGlobal.AnnotationInfo]
- Definition Classes
- Type → Annotatable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asSeenFrom(pre: ScalafixGlobal.Type, clazz: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
def
atOwner(owner: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
baseClasses: List[ScalafixGlobal.Symbol]
- Definition Classes
- Type → TypeApi
-
def
baseType(clazz: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
def
baseTypeIndex(sym: ScalafixGlobal.Symbol): Int
- Definition Classes
- Type
-
def
baseTypeSeq: ScalafixGlobal.BaseTypeSeq
- Definition Classes
- Type
-
def
baseTypeSeqDepth: Depth
- Definition Classes
- Type
-
def
betaReduce: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
bounds: ScalafixGlobal.TypeBounds
- Definition Classes
- Type
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cloneInfo(owner: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
collect[T](pf: PartialFunction[ScalafixGlobal.Type, T]): List[T]
- Definition Classes
- Type
-
def
companion: ScalafixGlobal.Type
- Definition Classes
- TypeApiImpl → TypeApi
-
def
complete(sym: ScalafixGlobal.Symbol): Unit
- Definition Classes
- Type
-
def
computeMemberType(sym: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
contains(sym: ScalafixGlobal.Symbol): Boolean
- Definition Classes
- Type → TypeApi
-
def
dealias: ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
def
dealiasWiden: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
dealiasWidenChain: List[ScalafixGlobal.Type]
- Definition Classes
- Type
-
def
decl(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol
- Definition Classes
- Type → TypeApi
-
def
declaration(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol
- Definition Classes
- TypeApiImpl → TypeApi
-
def
declarations: ScalafixGlobal.Scope
- Definition Classes
- TypeApiImpl → TypeApi
-
def
decls: ScalafixGlobal.Scope
- Definition Classes
- Type → TypeApi
-
def
deconst: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
deferredMembers: ScalafixGlobal.Scope
- Definition Classes
- Type
-
def
directObjectString: String
- Definition Classes
- Type
-
def
dummyArgs: List[ScalafixGlobal.Type]
- Attributes
- protected
- Definition Classes
- Type
-
def
ensuring(cond: (PrettyType) ⇒ Boolean, msg: ⇒ Any): PrettyType
- Implicit
- This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (PrettyType) ⇒ Boolean): PrettyType
- Implicit
- This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): PrettyType
- Implicit
- This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): PrettyType
- Implicit
- This member is added by an implicit conversion from PrettyType to Ensuring[PrettyType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
erasure: ScalafixGlobal.Type
- Definition Classes
- TypeApiImpl → TypeApi
-
def
etaExpand: ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
def
exists(p: (ScalafixGlobal.Type) ⇒ Boolean): Boolean
- Definition Classes
- Type → TypeApi
-
def
filterAnnotations(p: (ScalafixGlobal.AnnotationInfo) ⇒ Boolean): ScalafixGlobal.Type
- Definition Classes
- Type → Annotatable
-
final
def
finalResultType: ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(p: (ScalafixGlobal.Type) ⇒ Boolean): Option[ScalafixGlobal.Type]
- Definition Classes
- Type → TypeApi
-
def
findMember(name: ScalafixGlobal.Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
findMembers(excludedFlags: Long, requiredFlags: Long): ScalafixGlobal.Scope
- Definition Classes
- Type
-
def
firstParent: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
forceDirectSuperclasses: Unit
- Definition Classes
- Type
-
def
foreach(f: (ScalafixGlobal.Type) ⇒ Unit): Unit
- Definition Classes
- Type → TypeApi
-
def
getAnnotation(cls: ScalafixGlobal.Symbol): Option[ScalafixGlobal.AnnotationInfo]
- Definition Classes
- Annotatable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasAnnotation(cls: ScalafixGlobal.Symbol): Boolean
- Definition Classes
- Annotatable
-
def
hasNonPrivateMember(name: ScalafixGlobal.Name): Boolean
- Definition Classes
- Type
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
implicitMembers: ScalafixGlobal.Scope
- Definition Classes
- Type
-
def
instantiateTypeParams(formals: List[ScalafixGlobal.Symbol], actuals: List[ScalafixGlobal.Type]): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
is[U](implicit c: Classifier[PrettyType, U]): Boolean
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
- Definition Classes
- XtensionClassifiable
-
final
def
isAny: Boolean
- Definition Classes
- Type
-
def
isAnyOf(cs: Classifier[PrettyType, _]*): Boolean
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
- Definition Classes
- XtensionClassifiable
-
def
isComplete: Boolean
- Definition Classes
- Type
-
def
isDependentMethodType: Boolean
- Definition Classes
- Type
-
def
isErroneous: Boolean
- Definition Classes
- Type
-
def
isError: Boolean
- Definition Classes
- Type
-
def
isFinalType: Boolean
- Definition Classes
- Type
-
def
isGround: Boolean
- Definition Classes
- Type
-
def
isHigherKinded: Boolean
- Definition Classes
- Type
-
def
isImmediatelyDependent: Boolean
- Definition Classes
- Type
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNot[U](implicit c: Classifier[PrettyType, U]): Boolean
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
- Definition Classes
- XtensionClassifiable
-
final
def
isNothing: Boolean
- Definition Classes
- Type
-
def
isShowAsInfixType: Boolean
- Definition Classes
- Type
-
def
isSpliceable: Boolean
- Definition Classes
- TypeApiImpl
-
final
def
isStable: Boolean
- Definition Classes
- Type
-
def
isStructuralRefinement: Boolean
- Definition Classes
- Type
-
def
isTrivial: Boolean
- Definition Classes
- Type
-
final
def
isVolatile: Boolean
- Definition Classes
- Type
-
def
isWildcard: Boolean
- Definition Classes
- Type
-
def
kind: String
- Definition Classes
- Type
-
def
load(sym: ScalafixGlobal.Symbol): Unit
- Definition Classes
- Type
-
def
looselyMatches(that: ScalafixGlobal.Type): Boolean
- Definition Classes
- Type
-
def
lowerBound: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
map(f: (ScalafixGlobal.Type) ⇒ ScalafixGlobal.Type): ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
def
matches(that: ScalafixGlobal.Type): Boolean
- Definition Classes
- Type
-
def
matchesPattern(that: ScalafixGlobal.Type): Boolean
- Definition Classes
- Type
-
def
member(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol
- Definition Classes
- Type → TypeApi
-
def
memberBasedOnName(name: ScalafixGlobal.Name, excludedFlags: Long): ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
memberInfo(sym: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
memberType(sym: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
members: ScalafixGlobal.Scope
- Definition Classes
- Type → TypeApi
-
def
membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): ScalafixGlobal.Scope
- Definition Classes
- Type
-
def
nameAndArgsString: String
- Definition Classes
- Type
-
def
narrow: ScalafixGlobal.Type
- Definition Classes
- Type
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonLocalMember(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
nonPrivateDecl(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
nonPrivateDecls: List[ScalafixGlobal.Symbol]
- Definition Classes
- Type
-
def
nonPrivateMember(name: ScalafixGlobal.Name): ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
nonPrivateMemberAdmitting(name: ScalafixGlobal.Name, admit: Long): ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
nonPrivateMembers: ScalafixGlobal.Scope
- Definition Classes
- Type
-
def
nonPrivateMembersAdmitting(admit: Long): ScalafixGlobal.Scope
- Definition Classes
- Type
-
def
normalize: ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
objectPrefix: String
- Attributes
- protected
- Definition Classes
- Type
-
final
def
orElse(alt: ⇒ ScalafixGlobal.Type): ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
- Annotations
- @inline()
-
def
packageObject: ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
packagePrefix: String
- Attributes
- protected
- Definition Classes
- Type
-
def
paramLists: List[List[ScalafixGlobal.Symbol]]
- Definition Classes
- TypeApiImpl → TypeApi
-
def
paramSectionCount: Int
- Definition Classes
- Type
-
def
paramTypes: List[ScalafixGlobal.Type]
- Definition Classes
- Type
-
def
params: List[ScalafixGlobal.Symbol]
- Definition Classes
- Type
-
def
paramss: List[List[ScalafixGlobal.Symbol]]
- Definition Classes
- Type → TypeApi
-
def
parents: List[ScalafixGlobal.Type]
- Definition Classes
- Type
-
def
parse[U](implicit convert: Convert[PrettyType, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionParseInputLike[PrettyType] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
- Definition Classes
- XtensionParseInputLike
-
def
prefix: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
prefixChain: List[ScalafixGlobal.Type]
- Definition Classes
- Type
-
val
prefixString: String
- Definition Classes
- PrettyType → Type
-
def
removeAnnotation(cls: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Annotatable
-
def
resultApprox: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
resultType(actuals: List[ScalafixGlobal.Type]): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
resultType: ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
val
safeToString: String
- Definition Classes
- PrettyType → Type
-
def
setAnnotations(annots: List[ScalafixGlobal.AnnotationInfo]): ScalafixGlobal.Type
- Definition Classes
- Type → Annotatable
-
def
show[Style[X] <: Show[X]](implicit style: Style[PrettyType]): String
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionShow[PrettyType] performed by method XtensionShow in scala.meta.prettyprinters.Api.
- Definition Classes
- XtensionShow
-
def
skolemizeExistential: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
skolemizeExistential(owner: ScalafixGlobal.Symbol, origin: AnyRef): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
skolemsExceptMethodTypeParams: List[ScalafixGlobal.Symbol]
- Definition Classes
- Type
-
def
stat_<:<(that: ScalafixGlobal.Type): Boolean
- Definition Classes
- Type
-
def
staticAnnotations: collection.immutable.List[ScalafixGlobal.AnnotationInfo]
- Definition Classes
- Annotatable
-
def
structure: String
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionStructure[PrettyType] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[PrettyType] is in scope.
- Definition Classes
- XtensionStructure
-
def
subst(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Type]): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
substSym(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Symbol]): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
substThis(from: ScalafixGlobal.Symbol, to: ScalafixGlobal.Symbol): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
substThis(from: ScalafixGlobal.Symbol, to: ScalafixGlobal.Type): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
substThisAndSym(from: ScalafixGlobal.Symbol, to: ScalafixGlobal.Type, symsFrom: List[ScalafixGlobal.Symbol], symsTo: List[ScalafixGlobal.Symbol]): ScalafixGlobal.Type
- Definition Classes
- Type
-
def
substituteSymbols(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Symbol]): ScalafixGlobal.Type
- Definition Classes
- TypeApiImpl → TypeApi
-
def
substituteTypes(from: List[ScalafixGlobal.Symbol], to: List[ScalafixGlobal.Type]): ScalafixGlobal.Type
- Definition Classes
- TypeApiImpl → TypeApi
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
syntax: String
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionSyntax[PrettyType] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[PrettyType] is in scope.
- Definition Classes
- XtensionSyntax
-
def
takesTypeArgs: Boolean
- Definition Classes
- Type → TypeApi
-
def
termSymbol: ScalafixGlobal.Symbol
- Definition Classes
- Type → TypeApi
-
def
termSymbolDirect: ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
toLongString: String
- Definition Classes
- Type
-
final
def
toString(): String
- Definition Classes
- Type → AnyRef → Any
-
def
tokenize(implicit convert: Convert[PrettyType, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionTokenizeInputLike[PrettyType] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
- Definition Classes
- XtensionTokenizeInputLike
-
def
trimPrefix(str: String): String
- Definition Classes
- Type
-
def
typeArgs: List[ScalafixGlobal.Type]
- Definition Classes
- Type → TypeApi
-
def
typeArguments: List[ScalafixGlobal.Type]
- Definition Classes
- TypeApiImpl
-
def
typeConstructor: ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
def
typeOfThis: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
typeParams: List[ScalafixGlobal.Symbol]
- Definition Classes
- Type → TypeApi
-
def
typeSymbol: ScalafixGlobal.Symbol
- Definition Classes
- Type → TypeApi
-
def
typeSymbolDirect: ScalafixGlobal.Symbol
- Definition Classes
- Type
-
def
underlying: ScalafixGlobal.Type
- Definition Classes
- Type
-
def
upperBound: ScalafixGlobal.Type
- Definition Classes
- Type
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
weak_<:<(that: ScalafixGlobal.Type): Boolean
- Definition Classes
- Type → TypeApi
-
def
widen: ScalafixGlobal.Type
- Definition Classes
- Type → TypeApi
-
final
def
withAnnotation(annot: ScalafixGlobal.AnnotationInfo): ScalafixGlobal.Type
- Definition Classes
- Annotatable
-
def
withAnnotations(annots: List[ScalafixGlobal.AnnotationInfo]): ScalafixGlobal.Type
- Definition Classes
- Type → Annotatable
-
def
withFilter(p: (ScalafixGlobal.Type) ⇒ Boolean): FilterMapForeach
- Definition Classes
- Type
-
def
withoutAnnotations: ScalafixGlobal.Type
- Definition Classes
- Type → Annotatable
-
def
→[B](y: B): (PrettyType, B)
- Implicit
- This member is added by an implicit conversion from PrettyType to ArrowAssoc[PrettyType] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
isAny[U1, U2, U3, U4](implicit c1: Classifier[PrettyType, U1], c2: Classifier[PrettyType, U2], c3: Classifier[PrettyType, U3], c4: Classifier[PrettyType, U4]): Boolean
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(prettyType: meta.XtensionClassifiable[PrettyType]).isAny(c1, c2, c3, c4)
- Definition Classes
- XtensionClassifiable
-
def
isAny[U1, U2, U3](implicit c1: Classifier[PrettyType, U1], c2: Classifier[PrettyType, U2], c3: Classifier[PrettyType, U3]): Boolean
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(prettyType: meta.XtensionClassifiable[PrettyType]).isAny(c1, c2, c3)
- Definition Classes
- XtensionClassifiable
-
def
isAny[U1, U2](implicit c1: Classifier[PrettyType, U1], c2: Classifier[PrettyType, U2]): Boolean
- Implicit
- This member is added by an implicit conversion from PrettyType to meta.XtensionClassifiable[PrettyType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[PrettyType] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(prettyType: meta.XtensionClassifiable[PrettyType]).isAny(c1, c2)
- Definition Classes
- XtensionClassifiable
Deprecated Value Members
-
def
boundSyms: Set[ScalafixGlobal.Symbol]
- Definition Classes
- Type
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.3) No longer used in the compiler implementation
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from PrettyType to StringFormat[PrettyType] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.