scala
.
tools
.
nsc
.
ast
.
TreeDSL
.
CODE
DefTreeStart
class
DefTreeStart
extends
TreeVODDStart
with
DefCreator
Linear Supertypes
DefCreator
,
TreeVODDStart
,
VODDStart
,
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
DefTreeStart
TreeVODDStart
DefCreator
Ordering
Alphabetic
By inheritance
Inherited
DefTreeStart
DefCreator
TreeVODDStart
VODDStart
AnyRef
Any
Implicitly
by StringAdd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
DefTreeStart
(
name:
Global.Name
)
Type Members
type
ResultTreeType
=
Global.DefDef
Definition Classes
DefCreator
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
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
StringAdd
[
DefTreeStart
] performed by method StringAdd in scala.Predef.
Definition Classes
StringAdd
def
->
[
B
]
(
y:
B
)
: (
DefTreeStart
,
B
)
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
ArrowAssoc
[
DefTreeStart
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
===
(
rhs:
Global.Tree
)
:
ResultTreeType
Definition Classes
TreeVODDStart
→
VODDStart
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
defaultMods
:
Global.Modifiers
Definition Classes
TreeVODDStart
→
VODDStart
def
defaultPos
:
NoPosition
.type
Definition Classes
TreeVODDStart
→
VODDStart
def
defaultTpt
:
Global.TypeTree
Definition Classes
TreeVODDStart
→
VODDStart
def
ensuring
(
cond: (
DefTreeStart
) ⇒
Boolean
,
msg: ⇒
Any
)
:
DefTreeStart
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
Ensuring
[
DefTreeStart
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
DefTreeStart
) ⇒
Boolean
)
:
DefTreeStart
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
Ensuring
[
DefTreeStart
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
DefTreeStart
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
Ensuring
[
DefTreeStart
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
DefTreeStart
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
Ensuring
[
DefTreeStart
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
StringFormat
[
DefTreeStart
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mkTree
(
rhs:
Global.Tree
)
:
Global.DefDef
Definition Classes
DefCreator
final
def
mods
:
Global.Modifiers
Definition Classes
VODDStart
val
name
:
Global.Name
Definition Classes
DefTreeStart
→
VODDStart
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
pos
:
Global.Position
Definition Classes
VODDStart
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
tparams
:
List
[
Global.TypeDef
]
Definition Classes
DefTreeStart
→
DefCreator
final
def
tpt
:
Global.Tree
Definition Classes
VODDStart
def
vparamss
:
List
[
List
[
Global.ValDef
]]
Definition Classes
DefTreeStart
→
DefCreator
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
(
...
)
def
withPos
(
pos:
Global.Position
)
:
DefTreeStart
.this.type
Definition Classes
VODDStart
def
withType
(
tp:
Global.Type
)
:
DefTreeStart
.this.type
Definition Classes
VODDStart
def
→
[
B
]
(
y:
B
)
: (
DefTreeStart
,
B
)
Implicit information
This member is added by an implicit conversion from
DefTreeStart
to
ArrowAssoc
[
DefTreeStart
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
DefCreator
Inherited from
TreeVODDStart
Inherited from
VODDStart
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion StringAdd from
DefTreeStart
to
StringAdd
[
DefTreeStart
]
Inherited by implicit conversion StringFormat from
DefTreeStart
to
StringFormat
[
DefTreeStart
]
Inherited by implicit conversion Ensuring from
DefTreeStart
to
Ensuring
[
DefTreeStart
]
Inherited by implicit conversion ArrowAssoc from
DefTreeStart
to
ArrowAssoc
[
DefTreeStart
]
Ungrouped