scala.tools.scalap.scalax.rules.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 any2stringadd
  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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Implicit information
    This member is added by an implicit conversion from ScalaSigPrinter to any2stringadd[ScalaSigPrinter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. val CONSTRUCTOR_NAME: String

  7. val _syms: Map[String, String]

  8. implicit object _tf extends TypeFlags

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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
  12. 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
  13. 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
  14. 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
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. 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()
  19. final def getClass(): Class[_]

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

  21. def getVariance(t: TypeSymbol): String

  22. def hashCode(): Int

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

  24. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  28. val pattern: Pattern

  29. val placeholderPattern: String

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

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

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

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

  34. def printModifiers(symbol: Symbol): Unit

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

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

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

  38. def printSymbol(symbol: Symbol): Unit

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

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

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

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

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

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

  45. def processName(name: String): String

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

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

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

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

  50. def toString(attrib: AttributeInfo): String

  51. def toString(): String

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

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

  54. def valueToString(value: Any): String

  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. 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 any2stringadd from ScalaSigPrinter to any2stringadd[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