scala.tools.scalap.scalasig

ScalaSigPrinter

class ScalaSigPrinter extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaSigPrinter
  2. AnyRef
  3. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaSigPrinter(stream: PrintStream, printPrivates: Boolean)

Type Members

  1. case class TypeFlags(printRep: Boolean) extends Product with Serializable

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val CONSTRUCTOR_NAME: String

  9. val _syms: Map[String, String]

  10. implicit object _tf extends TypeFlags

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (ScalaSigPrinter) ⇒ Boolean, msg: ⇒ Any): ScalaSigPrinter

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. def getPrinterByConstructor(c: ClassSymbol): String

  23. def getVariance(t: TypeSymbol): String

  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def isCaseClassObject(o: ObjectSymbol): Boolean

  26. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. val pattern: Pattern

  31. val placeholderPattern: String

  32. def printAlias(level: Int, a: AliasSymbol): Unit

  33. def printClass(level: Int, c: ClassSymbol): Unit

  34. def printMethod(level: Int, m: MethodSymbol, indent: () ⇒ Unit): Unit

  35. def printMethodType(t: Type, printResult: Boolean)(cont: ⇒ Unit): Unit

  36. def printModifiers(symbol: Symbol): Unit

  37. def printObject(level: Int, o: ObjectSymbol): Unit

  38. def printPackageObject(level: Int, o: ObjectSymbol): Unit

  39. def printSymbol(level: Int, symbol: Symbol): Unit

  40. def printSymbol(symbol: Symbol): Unit

  41. def printSymbolAttributes(s: Symbol, onNewLine: Boolean, indent: ⇒ Unit): Unit

  42. def printType(t: Type, sep: String)(implicit flags: TypeFlags): Unit

  43. def printType(t: Type)(implicit flags: TypeFlags): Unit

  44. def printType(sym: SymbolInfoSymbol)(implicit flags: TypeFlags): Unit

  45. def printTypeSymbol(level: Int, t: TypeSymbol): Unit

  46. def printWithIndent(level: Int, s: String): Unit

  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(symbol: Symbol): String

  49. def toString(t: Type, sep: String)(implicit flags: TypeFlags): String

  50. def toString(t: Type)(implicit flags: TypeFlags): String

  51. def toString(attrib: AttributeInfo): String

  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def typeArgString(typeArgs: Seq[Type]): String

  54. def typeParamString(params: Seq[Symbol]): String

  55. def valueToString(value: Any): String

  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def [B](y: B): (ScalaSigPrinter, B)

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from ScalaSigPrinter to StringAdd[ScalaSigPrinter]

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

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

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

Ungrouped