scala
.
meta
.
internal
.
metap
SymbolInformationPrinter
Related Doc:
package metap
trait
SymbolInformationPrinter
extends
BasePrinter
Linear Supertypes
BasePrinter
,
AnyRef
,
Any
Known Subclasses
DocumentPrinter
,
SyntheticPrinter
Ordering
Alphabetic
By Inheritance
Inherited
SymbolInformationPrinter
BasePrinter
AnyRef
Any
Implicitly
by XtensionTokenizeInputLike
by XtensionShow
by XtensionParseInputLike
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Type Members
class
InfoNotes
extends
AnyRef
class
InfoPrinter
extends
AnyRef
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
SymbolInformationPrinter
to
any2stringadd
[
SymbolInformationPrinter
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
SymbolInformationPrinter
,
B
)
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
ArrowAssoc
[
SymbolInformationPrinter
] 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
(
...
)
val
doc
:
TextDocument
Definition Classes
BasePrinter
def
ensuring
(
cond: (
SymbolInformationPrinter
) ⇒
Boolean
,
msg: ⇒
Any
)
:
SymbolInformationPrinter
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
Ensuring
[
SymbolInformationPrinter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
SymbolInformationPrinter
) ⇒
Boolean
)
:
SymbolInformationPrinter
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
Ensuring
[
SymbolInformationPrinter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
SymbolInformationPrinter
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
Ensuring
[
SymbolInformationPrinter
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
SymbolInformationPrinter
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
Ensuring
[
SymbolInformationPrinter
] 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
SymbolInformationPrinter
to
StringFormat
[
SymbolInformationPrinter
] 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
]
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
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:
semanticdb.Type
)
(
f: (
semanticdb.Type
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
Signature
,
suf:
String
)
(
f: (
Signature
) ⇒
Unit
)
:
Unit
Definition Classes
BasePrinter
def
opt
[
T
]
(
xs:
semanticdb.Type
,
suf:
String
)
(
f: (
semanticdb.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:
semanticdb.Type
)
(
f: (
semanticdb.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
parse
[
U
]
(
implicit
convert:
Convert
[
SymbolInformationPrinter
,
inputs.Input
]
,
parse:
Parse
[
U
]
,
dialect:
Dialect
)
:
parsers.Parsed
[
U
]
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
meta.XtensionParseInputLike
[
SymbolInformationPrinter
] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
Definition Classes
XtensionParseInputLike
def
pprint
(
info:
SymbolInformation
)
:
Unit
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
def
show
[
Style
[
X
]
<:
Show
[
X
]
]
(
implicit
style:
Style
[
SymbolInformationPrinter
]
)
:
String
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
meta.XtensionShow
[
SymbolInformationPrinter
] performed by method XtensionShow in scala.meta.prettyprinters.Api.
Definition Classes
XtensionShow
val
symtab
:
PrinterSymtab
Definition Classes
BasePrinter
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
tokenize
(
implicit
convert:
Convert
[
SymbolInformationPrinter
,
inputs.Input
]
,
tokenize:
Tokenize
,
dialect:
Dialect
)
:
tokenizers.Tokenized
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
meta.XtensionTokenizeInputLike
[
SymbolInformationPrinter
] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
Definition Classes
XtensionTokenizeInputLike
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
)
: (
SymbolInformationPrinter
,
B
)
Implicit information
This member is added by an implicit conversion from
SymbolInformationPrinter
to
ArrowAssoc
[
SymbolInformationPrinter
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
BasePrinter
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion XtensionTokenizeInputLike from
SymbolInformationPrinter
to
meta.XtensionTokenizeInputLike
[
SymbolInformationPrinter
]
Inherited by implicit conversion XtensionShow from
SymbolInformationPrinter
to
meta.XtensionShow
[
SymbolInformationPrinter
]
Inherited by implicit conversion XtensionParseInputLike from
SymbolInformationPrinter
to
meta.XtensionParseInputLike
[
SymbolInformationPrinter
]
Inherited by implicit conversion any2stringadd from
SymbolInformationPrinter
to
any2stringadd
[
SymbolInformationPrinter
]
Inherited by implicit conversion StringFormat from
SymbolInformationPrinter
to
StringFormat
[
SymbolInformationPrinter
]
Inherited by implicit conversion Ensuring from
SymbolInformationPrinter
to
Ensuring
[
SymbolInformationPrinter
]
Inherited by implicit conversion ArrowAssoc from
SymbolInformationPrinter
to
ArrowAssoc
[
SymbolInformationPrinter
]
Ungrouped