dotty
.
tools
.
dotc
.
core
.
tasty
TreePickler
Related Doc:
package tasty
class
TreePickler
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
TreePickler
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
TreePickler
(
pickler:
TastyPickler
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
addrOfSym
(
sym:
Symbol
)
:
Option
[
Addr
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
buf
:
TreeBuffer
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
compactify
()
:
Unit
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]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
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
pickle
(
trees:
List
[
ast.tpd.Tree
]
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleAnnotation
(
ann:
Annotation
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleConstant
(
c:
Constant
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleDef
(
tag:
Int
,
sym:
Symbol
,
tpt:
ast.tpd.Tree
,
rhs:
ast.tpd.Tree
=
EmptyTree
,
pickleParams: ⇒
Unit
=
()
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleMethodic
(
result:
Type
,
names:
List
[
Name
]
,
types:
List
[
Type
]
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleModifiers
(
sym:
Symbol
)
(
implicit
ctx:
Context
)
:
Unit
def
picklePackageRef
(
pkg:
Symbol
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleParam
(
tree:
ast.tpd.Tree
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleParamType
(
tpe:
ParamType
)
(
implicit
ctx:
Context
)
:
Boolean
def
pickleParams
(
trees:
List
[
ast.tpd.Tree
]
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleSelector
(
tag:
Int
,
id:
ast.untpd.Ident
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleStats
(
stats:
List
[
ast.tpd.Tree
]
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleTpt
(
tpt:
ast.tpd.Tree
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleTree
(
tree:
ast.tpd.Tree
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleTreeUnlessEmpty
(
tree:
ast.tpd.Tree
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleType
(
tpe0:
Type
,
richTypes:
Boolean
=
false
)
(
implicit
ctx:
Context
)
:
Unit
def
pickleTypeWithPos
(
tpe:
Type
,
tree:
ast.tpd.Tree
)
(
implicit
ctx:
Context
)
:
Unit
def
preRegister
(
tree:
ast.tpd.Tree
)
(
implicit
ctx:
Context
)
:
Unit
def
qualifiedName
(
sym:
Symbol
)
(
implicit
ctx:
Context
)
:
TastyName
def
registerDef
(
sym:
Symbol
)
:
Unit
def
rhs
(
tdef:
ast.tpd.TypeDef
)
(
implicit
ctx:
Context
)
:
Tree
[
Type
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
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
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped