class CompilationUnit

Constructors

CompilationUnit ( source: SourceFile )

Members

[+] var pickled : Map [ ClassSymbol, Array [ Byte ] ]

Pickled TASTY binaries, indexed by class.

Pickled TASTY binaries, indexed by class.

[+] val source : SourceFile
[+] var tpdTree : Tree
[+] var unpicklers : Map [ ClassSymbol, TastyUnpickler ]
[+] var untpdTree : Tree
[+] def isJava : Boolean
[+] def pickled_= ( x$1: Map [ ClassSymbol, Array [ Byte ] ] ) : Unit

Pickled TASTY binaries, indexed by class.

Pickled TASTY binaries, indexed by class.

[+] override def toString : String
[+] def tpdTree_= ( x$1: Tree ) : Unit
[+] def unpicklers_= ( x$1: Map [ ClassSymbol, TastyUnpickler ] ) : Unit
[+] def untpdTree_= ( x$1: Tree ) : Unit