scala
.
tools
.
scalap
.
scalax
.
rules
.
scalasig
ScalaSigPrinter
class
ScalaSigPrinter
extends AnyRef
Source
ScalaSigPrinter.scala
Linear Supertypes
AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
ScalaSigPrinter
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
ScalaSigPrinter
(
stream:
PrintStream
,
printPrivates:
Boolean
)
Type Members
case class
TypeFlags
(
printRep: Boolean
)
extends Product with Serializable
Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
val
CONSTRUCTOR_NAME
:
String
val
_syms
:
Map
[
String
,
String
]
object
_tf
extends TypeFlags
Attributes
implicit
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
genParamNames
(
t: AnyRef { def paramTypes: Seq[scala.tools.scalap.scalax.rules.scalasig.Type] }
)
: List[
String
]
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
getPrinterByConstructor
(
c:
ClassSymbol
)
:
String
def
getVariance
(
t:
TypeSymbol
)
:
String
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isCaseClassObject
(
o:
ObjectSymbol
)
:
Boolean
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
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
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
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
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from AnyRef
Inherited from
Any