scala
.
meta
.
internal
.
metap
DocumentPrinter
Related Doc:
package metap
class
DocumentPrinter
extends
BasePrinter
with
SymbolInformationPrinter
with
OccurrencePrinter
with
DiagnosticPrinter
with
SyntheticPrinter
Linear Supertypes
SyntheticPrinter
,
DiagnosticPrinter
,
OccurrencePrinter
,
RangePrinter
,
SymbolInformationPrinter
,
BasePrinter
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
DocumentPrinter
SyntheticPrinter
DiagnosticPrinter
OccurrencePrinter
RangePrinter
SymbolInformationPrinter
BasePrinter
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DocumentPrinter
(
settings:
Settings
,
reporter:
Reporter
,
doc:
TextDocument
)
Type Members
implicit
class
DocumentOps
extends
AnyRef
Definition Classes
RangePrinter
class
InfoNotes
extends
AnyRef
Attributes
protected
Definition Classes
SymbolInformationPrinter
class
InfoPrinter
extends
AnyRef
Attributes
protected
Definition Classes
SymbolInformationPrinter
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
any2stringadd
[
DocumentPrinter
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
DocumentPrinter
,
B
)
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
ArrowAssoc
[
DocumentPrinter
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
def
diagOrder
:
math.Ordering
[
Diagnostic
]
Definition Classes
DiagnosticPrinter
val
doc
:
TextDocument
Definition Classes
BasePrinter
def
ensuring
(
cond: (
DocumentPrinter
) ⇒
Boolean
,
msg: ⇒
Any
)
:
DocumentPrinter
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
Ensuring
[
DocumentPrinter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
DocumentPrinter
) ⇒
Boolean
)
:
DocumentPrinter
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
Ensuring
[
DocumentPrinter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
DocumentPrinter
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
Ensuring
[
DocumentPrinter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
DocumentPrinter
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
Ensuring
[
DocumentPrinter
] 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
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
StringFormat
[
DocumentPrinter
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
def
infoOrder
:
math.Ordering
[
SymbolInformation
]
Definition Classes
SymbolInformationPrinter
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
implicit
def
occOrder
:
math.Ordering
[
SymbolOccurrence
]
Definition Classes
OccurrencePrinter
def
opt
(
s:
String
)
(
f: (
String
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
(
s:
String
,
suf:
String
)
(
f: (
String
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
(
pre:
String
,
s:
String
,
suf:
String
)
(
f: (
String
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
Option
[
T
]
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
Signature
)
(
f: (
Signature
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
Type
)
(
f: (
Type
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
Signature
,
suf:
String
)
(
f: (
Signature
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
Type
,
suf:
String
)
(
f: (
Type
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
Option
[
T
]
,
suf:
String
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
pre:
String
,
xs:
Signature
)
(
f: (
Signature
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
pre:
String
,
xs:
Type
)
(
f: (
Type
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
pre:
String
,
xs:
Option
[
T
]
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
pre:
String
,
xs:
Option
[
T
]
,
suf:
String
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
out
:
PrintStream
Definition Classes
BasePrinter
def
pprint
(
tree:
Tree
,
originalRange:
Option
[
semanticdb.Range
]
)
:
Unit
Definition Classes
SyntheticPrinter
def
pprint
(
synth:
Synthetic
)
:
Unit
Definition Classes
SyntheticPrinter
def
pprint
(
diag:
Diagnostic
)
:
Unit
Definition Classes
DiagnosticPrinter
def
pprint
(
role:
Role
)
:
Unit
Definition Classes
OccurrencePrinter
def
pprint
(
occ:
SymbolOccurrence
)
:
Unit
Definition Classes
OccurrencePrinter
def
pprint
(
range:
semanticdb.Range
)
:
Unit
Definition Classes
RangePrinter
def
pprint
(
info:
SymbolInformation
)
:
Unit
Definition Classes
SymbolInformationPrinter
def
print
()
:
Unit
implicit
def
rangeOrder
:
math.Ordering
[
semanticdb.Range
]
Definition Classes
RangePrinter
def
rep
[
T
]
(
xs:
Seq
[
T
]
,
sep:
String
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
rep
[
T
]
(
xs:
Seq
[
T
]
,
sep:
String
,
suf:
String
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
rep
[
T
]
(
pre:
String
,
xs:
Seq
[
T
]
,
sep:
String
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
rep
[
T
]
(
pre:
String
,
xs:
Seq
[
T
]
,
sep:
String
,
suf:
String
)
(
f: (
T
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
val
reporter
:
Reporter
Definition Classes
BasePrinter
val
settings
:
Settings
Definition Classes
BasePrinter
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
implicit
def
syntheticOrder
:
Ordering
[
Synthetic
]
Definition Classes
SyntheticPrinter
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
(
...
)
def
→
[
B
]
(
y:
B
)
: (
DocumentPrinter
,
B
)
Implicit information
This member is added by an implicit conversion from
DocumentPrinter
to
ArrowAssoc
[
DocumentPrinter
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
SyntheticPrinter
Inherited from
DiagnosticPrinter
Inherited from
OccurrencePrinter
Inherited from
RangePrinter
Inherited from
SymbolInformationPrinter
Inherited from
BasePrinter
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
DocumentPrinter
to
any2stringadd
[
DocumentPrinter
]
Inherited by implicit conversion StringFormat from
DocumentPrinter
to
StringFormat
[
DocumentPrinter
]
Inherited by implicit conversion Ensuring from
DocumentPrinter
to
Ensuring
[
DocumentPrinter
]
Inherited by implicit conversion ArrowAssoc from
DocumentPrinter
to
ArrowAssoc
[
DocumentPrinter
]
Ungrouped