scala
.
reflect
.
internal
.
Importers
.
Importer
reverse
object
reverse
extends
Importer
Source
Importers.scala
Linear Supertypes
Importer
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
reverse
Importer
AnyRef
Any
Visibility
Public
All
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
addFixup
(
fixup: ⇒
Unit
)
:
Unit
Definition Classes
Importer
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
lazy val
fixups
:
MutableList
[() ⇒
Unit
]
Definition Classes
Importer
val
from
: Importers.this.type
Definition Classes
reverse
→
Importer
final
def
getClass
()
: Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
importAnnotArg
(
arg:
ClassfileAnnotArg
)
:
ClassfileAnnotArg
Definition Classes
Importer
def
importAnnotationInfo
(
ann:
AnnotationInfo
)
:
AnnotationInfo
Definition Classes
Importer
def
importCaseDef
(
tree:
CaseDef
)
:
CaseDef
Definition Classes
Importer
def
importConstant
(
constant:
Constant
)
:
Constant
Definition Classes
Importer
def
importIdent
(
tree:
Ident
)
:
Ident
Definition Classes
Importer
def
importImportSelector
(
sel:
ImportSelector
)
:
ImportSelector
Definition Classes
Importer
def
importModifiers
(
mods:
Modifiers
)
:
Modifiers
Definition Classes
Importer
def
importName
(
name:
Name
)
:
Name
Definition Classes
Importer
def
importPosition
(
pos: Position
)
: Position
Definition Classes
Importer
def
importRefTree
(
tree:
RefTree
)
:
RefTree
Definition Classes
Importer
def
importScope
(
decls:
Scope
)
:
Scope
Definition Classes
Importer
def
importSymbol
(
sym0:
Symbol
)
:
Symbol
Definition Classes
Importer
def
importTemplate
(
tree:
Template
)
:
Template
Definition Classes
Importer
def
importTermName
(
name:
TermName
)
:
TermName
Definition Classes
Importer
def
importTree
(
tree:
Tree
)
:
Tree
Definition Classes
Importer
def
importType
(
tpe:
Type
)
:
Type
Definition Classes
Importer
def
importTypeBounds
(
bounds:
TypeBounds
)
:
TypeBounds
Definition Classes
Importer
def
importTypeConstraint
(
constr:
TypeConstraint
)
:
TypeConstraint
Definition Classes
Importer
def
importTypeDef
(
tree:
TypeDef
)
:
TypeDef
Definition Classes
Importer
def
importTypeName
(
name:
TypeName
)
:
TypeName
Definition Classes
Importer
def
importValDef
(
tree:
ValDef
)
:
ValDef
Definition Classes
Importer
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
var
pendingSyms
:
Int
Definition Classes
Importer
var
pendingTpes
:
Int
Definition Classes
Importer
object
reverse
extends Importer
lazy val
symMap
:
WeakHashMap
[
Symbol
,
Symbol
]
Definition Classes
Importer
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
lazy val
tpeMap
:
WeakHashMap
[
Type
,
Type
]
Definition Classes
Importer
def
tryFixup
()
:
Unit
Definition Classes
Importer
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
Importer
Inherited from AnyRef
Inherited from
Any