class ScalaSigPrinter extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaSigPrinter
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScalaSigPrinter(stream: PrintStream, printPrivates: Boolean)
Type Members
- case class TypeFlags(printRep: Boolean) extends Product with Serializable
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 ScalaSigPrinter toany2stringadd[ScalaSigPrinter] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ScalaSigPrinter, B)
- Implicit
- This member is added by an implicit conversion from ScalaSigPrinter toArrowAssoc[ScalaSigPrinter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val CONSTRUCTOR_NAME: String
- val _syms: Map[String, String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (ScalaSigPrinter) => Boolean, msg: => Any): ScalaSigPrinter
- Implicit
- This member is added by an implicit conversion from ScalaSigPrinter toEnsuring[ScalaSigPrinter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ScalaSigPrinter) => Boolean): ScalaSigPrinter
- Implicit
- This member is added by an implicit conversion from ScalaSigPrinter toEnsuring[ScalaSigPrinter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ScalaSigPrinter
- Implicit
- This member is added by an implicit conversion from ScalaSigPrinter toEnsuring[ScalaSigPrinter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ScalaSigPrinter
- Implicit
- This member is added by an implicit conversion from ScalaSigPrinter toEnsuring[ScalaSigPrinter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPrinterByConstructor(c: ClassSymbol): String
- def getVariance(t: TypeSymbol): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isCaseClassObject(o: ObjectSymbol): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pattern: Pattern
- val placeholderPattern: String
- def printAlias(level: Int, a: AliasSymbol): Unit
- def printClass(level: Int, c: ClassSymbol): Unit
- def printMethod(level: Int, m: MethodSymbol, indent: () => Unit): Unit
- def printMethodType(t: Type, printResult: Boolean)(cont: => Unit): Unit
- def printModifiers(symbol: Symbol): Unit
- def printObject(level: Int, o: ObjectSymbol): Unit
- def printPackageObject(level: Int, o: ObjectSymbol): Unit
- def printSymbol(level: Int, symbol: Symbol): Unit
- def printSymbol(symbol: Symbol): Unit
- def printSymbolAttributes(s: Symbol, onNewLine: Boolean, indent: => Unit): Unit
- def printType(t: Type, sep: String)(implicit flags: TypeFlags): Unit
- def printType(t: Type)(implicit flags: TypeFlags): Unit
- def printType(sym: SymbolInfoSymbol)(implicit flags: TypeFlags): Unit
- def printTypeSymbol(level: Int, t: TypeSymbol): Unit
- def printWithIndent(level: Int, s: String): Unit
- def processName(name: String): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(symbol: Symbol): String
- def toString(t: Type, sep: String)(implicit flags: TypeFlags): String
- def toString(t: Type)(implicit flags: TypeFlags): String
- def toString(attrib: AttributeInfo): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeArgString(typeArgs: Seq[Type]): String
- def typeParamString(params: Seq[Symbol]): String
- def valueToString(value: Any): String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit object _tf extends TypeFlags
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ScalaSigPrinter toStringFormat[ScalaSigPrinter] 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,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (ScalaSigPrinter, B)
- Implicit
- This member is added by an implicit conversion from ScalaSigPrinter toArrowAssoc[ScalaSigPrinter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.