scala
.
tools
.
nsc
.
doc
.
model
.
ModelFactoryImplicitSupport
implicitToExplicit
object
implicitToExplicit
extends
TypeMap
Make implicits explicit - Not used curently
Source
ModelFactoryImplicitSupport.scala
Linear Supertypes
TypeMap
, (
Type
) ⇒
Type
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
implicitToExplicit
TypeMap
Function1
AnyRef
Any
Hide All
Show all
Learn more about member selection
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
andThen
[
A
]
(
g: (
Type
) ⇒ A
)
: (
Type
) ⇒ A
Definition Classes
Function1
Annotations
@unspecialized
()
def
apply
(
tp:
Type
)
:
Type
Definition Classes
implicitToExplicit
→ TypeMap → Function1
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
compose
[
A
]
(
g: (A) ⇒
Type
)
: (A) ⇒
Type
Definition Classes
Function1
Annotations
@unspecialized
()
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
()
final
def
getClass
()
: Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapOver
(
tree:
Tree
,
giveup: () ⇒
Nothing
)
:
Tree
Definition Classes
TypeMap
def
mapOver
(
tree:
Tree
)
:
Tree
Definition Classes
TypeMap
def
mapOver
(
annot:
AnnotationInfo
)
:
AnnotationInfo
Definition Classes
TypeMap
def
mapOver
(
origSyms: List[
Symbol
]
)
: List[
Symbol
]
Definition Classes
TypeMap
def
mapOver
(
scope:
Scope
)
:
Scope
Definition Classes
TypeMap
def
mapOver
(
tp:
Type
)
:
Type
Definition Classes
TypeMap
def
mapOverAnnotArgs
(
args: List[
Tree
]
)
: List[
Tree
]
Definition Classes
TypeMap
def
mapOverAnnotations
(
annots: List[
AnnotationInfo
]
)
: List[
AnnotationInfo
]
Definition Classes
TypeMap
def
mapOverArgs
(
args: List[
Type
]
,
tparams: List[
Symbol
]
)
: List[
Type
]
Attributes
protected
Definition Classes
TypeMap
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
noChangeToSymbols
(
origSyms: List[
Symbol
]
)
:
Boolean
Attributes
protected
Definition Classes
TypeMap
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Function1 → AnyRef → Any
def
variance
:
Int
Definition Classes
TypeMap
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
TypeMap
Inherited from (
Type
) ⇒
Type
Inherited from
AnyRef
Inherited from
Any
Make implicits explicit - Not used curently