scala
.
meta
.
internal
.
ast
Term
Related Docs:
object Term
|
package ast
sealed
trait
Term
extends
meta.Term
with
Stat
with
Arg
Annotations
@branch
()
@branch
()
Linear Supertypes
Arg
,
Stat
,
Tree
,
meta.Term
,
Arg
,
meta.Stat
,
meta.Tree
,
Ast
,
Adt
,
Product
,
Equals
,
AnyRef
,
Any
Known Subclasses
Annotate
,
Apply
,
ApplyInfix
,
ApplyType
,
ApplyUnary
,
Ascribe
,
Assign
,
Block
,
Bool
,
Char
,
Do
,
Double
,
Eta
,
Float
,
For
,
ForYield
,
Function
,
If
,
Int
,
Interpolate
,
Lit
,
Long
,
Match
,
Name
,
New
,
Null
,
PartialFunction
,
Placeholder
,
Ref
,
Return
,
Select
,
String
,
Super
,
Symbol
,
This
,
Throw
,
TryWithCases
,
TryWithTerm
,
Tuple
,
Unit
,
Update
,
While
Ordering
Alphabetic
By inheritance
Inherited
Term
Arg
Stat
Tree
Term
Arg
Stat
Tree
Ast
Adt
Product
Equals
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
abstract
type
ThisType
<:
Term
Definition Classes
Term
→
Arg
→
Stat
→
Tree
→
Term
→
Arg
→
Stat
→
Tree
Abstract Value Members
abstract
def
$tag
:
Int
Definition Classes
Tree
abstract
def
internalParent
:
meta.Tree
Attributes
protected
Definition Classes
Tree
abstract
def
internalPrototype
:
ThisType
Attributes
protected
Definition Classes
Tree
abstract
def
internalScratchpad
:
collection.immutable.Seq
[
Any
]
Attributes
protected
Definition Classes
Tree
abstract
def
parent
:
Option
[
meta.Tree
]
Definition Classes
Tree
abstract
def
productArity
:
Int
Definition Classes
Product
abstract
def
productElement
(
n:
Int
)
:
Any
Definition Classes
Product
Concrete 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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
canEqual
(
that:
Any
)
:
Boolean
Definition Classes
Tree
→ Equals
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Tree
→ Equals → 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
final
def
hashCode
()
:
Int
Definition Classes
Tree
→ 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
productIterator
:
Iterator
[
Any
]
Definition Classes
Product
def
productPrefix
:
String
Definition Classes
Product
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
toString
()
:
String
Definition Classes
Tree
→ 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
Arg
Inherited from
Stat
Inherited from
Tree
Inherited from
meta.Term
Inherited from
Arg
Inherited from
meta.Stat
Inherited from
meta.Tree
Inherited from
Ast
Inherited from
Adt
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped