scala
.
tools
.
nsc
.
ast
.
TreeDSL
.
CODE
ValTreeStart
class
ValTreeStart
extends
TreeVODDStart
with
ValCreator
Source
TreeDSL.scala
Linear Supertypes
ValCreator
,
TreeVODDStart
,
VODDStart
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
ValTreeStart
ValCreator
TreeVODDStart
VODDStart
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
ValTreeStart
(
name:
Name
)
Type Members
type
ResultTreeType
=
ValDef
Definition Classes
ValCreator
Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
===
(
rhs:
Tree
)
: ResultTreeType
Attributes
final
Definition Classes
TreeVODDStart
→
VODDStart
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
defaultMods
:
Modifiers
Definition Classes
TreeVODDStart
→
VODDStart
def
defaultPos
: tools.nsc.util.NoPosition.type
Definition Classes
TreeVODDStart
→
VODDStart
def
defaultTpt
:
TypeTree
Definition Classes
TreeVODDStart
→
VODDStart
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
mkTree
(
rhs:
Tree
)
:
ValDef
Definition Classes
ValCreator
def
mods
:
Modifiers
Attributes
final
Definition Classes
VODDStart
val
name
:
Name
Definition Classes
ValTreeStart
→
VODDStart
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
pos
: Position
Attributes
final
Definition Classes
VODDStart
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
tpt
:
Tree
Attributes
final
Definition Classes
VODDStart
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
withFlags
(
flags:
Long
*
)
: ValTreeStart.this.type
Definition Classes
VODDStart
def
withPos
(
pos: Position
)
: ValTreeStart.this.type
Definition Classes
VODDStart
def
withType
(
tp:
Type
)
: ValTreeStart.this.type
Definition Classes
VODDStart
Inherited from
ValCreator
Inherited from
TreeVODDStart
Inherited from
VODDStart
Inherited from AnyRef
Inherited from
Any