scala
.
tools
.
nsc
.
ast
.
Trees
ApplyImplicitView
class
ApplyImplicitView
extends
Apply
Source
Trees.scala
Linear Supertypes
Apply
,
Serializable
,
Serializable
,
GenericApply
,
TermTree
,
Tree
,
Product
,
Equals
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
ApplyImplicitView
Apply
Serializable
Serializable
GenericApply
TermTree
Tree
Product
Equals
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
ApplyImplicitView
(
fun:
Tree
,
args: List[
Tree
]
)
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
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
canEqual
(
arg0:
Any
)
:
Boolean
Definition Classes
Apply → Equals
def
children
: List[
Tree
]
Definition Classes
Tree
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
defineType
(
tp:
Type
)
: ApplyImplicitView.this.type
Definition Classes
Tree
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Tree → Equals → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hasSymbol
:
Boolean
Definition Classes
Tree
def
hasSymbolWhich
(
f: (
Symbol
) ⇒
Boolean
)
:
Boolean
Definition Classes
Tree
def
hashCode
()
:
Int
Definition Classes
Tree → AnyRef → Any
val
id
:
Int
Definition Classes
Tree
def
isDef
:
Boolean
Definition Classes
Tree
def
isEmpty
:
Boolean
Definition Classes
Tree
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
pos
: Position
Definition Classes
Tree
def
pos_=
(
pos: Position
)
:
Unit
Definition Classes
Tree
def
productArity
:
Int
Definition Classes
Apply → Product
def
productElement
(
arg0:
Int
)
:
Any
Definition Classes
Apply → Product
def
productIterator
: Iterator[
Any
]
Definition Classes
Product
def
productPrefix
:
String
Definition Classes
Apply → Product
def
setPos
(
pos: Position
)
: ApplyImplicitView.this.type
Definition Classes
Tree
def
setSymbol
(
sym:
Symbol
)
: ApplyImplicitView.this.type
Definition Classes
Tree
def
setType
(
tp:
Type
)
: ApplyImplicitView.this.type
Definition Classes
Tree
def
symbol
:
Symbol
Definition Classes
Apply → Tree
def
symbol_=
(
sym:
Symbol
)
:
Unit
Definition Classes
Apply → Tree
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
: String
Definition Classes
Tree → AnyRef → Any
def
tpe
:
Type
Definition Classes
Tree
def
tpe_=
(
t:
Type
)
:
Unit
Definition Classes
Tree
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
()
Deprecated Value Members
def
productElements
: Iterator[
Any
]
Definition Classes
Product
Annotations
@deprecated
Deprecated
(Since version 2.8.0)
use productIterator instead
Inherited from
Apply
Value Members
def
canEqual
(
arg0:
Any
)
:
Boolean
Definition Classes
Apply → Equals
def
productArity
:
Int
Definition Classes
Apply → Product
def
productElement
(
arg0:
Int
)
:
Any
Definition Classes
Apply → Product
def
productPrefix
:
String
Definition Classes
Apply → Product
def
symbol
:
Symbol
Definition Classes
Apply → Tree
def
symbol_=
(
sym:
Symbol
)
:
Unit
Definition Classes
Apply → Tree
Inherited from
Tree
Value Members
def
children
: List[
Tree
]
Definition Classes
Tree
def
defineType
(
tp:
Type
)
: ApplyImplicitView.this.type
Definition Classes
Tree
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Tree → Equals → AnyRef → Any
def
hasSymbol
:
Boolean
Definition Classes
Tree
def
hasSymbolWhich
(
f: (
Symbol
) ⇒
Boolean
)
:
Boolean
Definition Classes
Tree
def
hashCode
()
:
Int
Definition Classes
Tree → AnyRef → Any
val
id
:
Int
Definition Classes
Tree
def
isDef
:
Boolean
Definition Classes
Tree
def
isEmpty
:
Boolean
Definition Classes
Tree
def
pos
: Position
Definition Classes
Tree
def
pos_=
(
pos: Position
)
:
Unit
Definition Classes
Tree
def
setPos
(
pos: Position
)
: ApplyImplicitView.this.type
Definition Classes
Tree
def
setSymbol
(
sym:
Symbol
)
: ApplyImplicitView.this.type
Definition Classes
Tree
def
setType
(
tp:
Type
)
: ApplyImplicitView.this.type
Definition Classes
Tree
def
toString
()
: String
Definition Classes
Tree → AnyRef → Any
def
tpe
:
Type
Definition Classes
Tree
def
tpe_=
(
t:
Type
)
:
Unit
Definition Classes
Tree
Inherited from
Product
Value Members
def
productIterator
: Iterator[
Any
]
Definition Classes
Product
def
productElements
: Iterator[
Any
]
Definition Classes
Product
Annotations
@deprecated
Deprecated
(Since version 2.8.0)
use productIterator instead
Inherited from AnyRef
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
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
Any
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any