scala
.
tools
.
nsc
.
ast
.
TreeDSL
.
CODE
DefTreeStart
class
DefTreeStart
extends
TreeVODDStart
with
DefCreator
Source
TreeDSL.scala
Linear Supertypes
DefCreator
,
TreeVODDStart
,
VODDStart
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
DefTreeStart
DefCreator
TreeVODDStart
VODDStart
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
DefTreeStart
(
name:
Name
)
Type Members
type
ResultTreeType
=
DefDef
Definition Classes
DefCreator
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
)
:
DefDef
Definition Classes
DefCreator
def
mods
:
Modifiers
Attributes
final
Definition Classes
VODDStart
val
name
:
Name
Definition Classes
DefTreeStart
→
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
tparams
: List[
TypeDef
]
Definition Classes
DefTreeStart
→
DefCreator
def
tpt
:
Tree
Attributes
final
Definition Classes
VODDStart
def
vparamss
: List[List[
ValDef
]]
Definition Classes
DefTreeStart
→
DefCreator
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
*
)
: DefTreeStart.this.type
Definition Classes
VODDStart
def
withPos
(
pos: Position
)
: DefTreeStart.this.type
Definition Classes
VODDStart
def
withType
(
tp:
Type
)
: DefTreeStart.this.type
Definition Classes
VODDStart
Inherited from
DefCreator
Inherited from
TreeVODDStart
Inherited from
VODDStart
Inherited from AnyRef
Inherited from
Any