scala
.
meta
.
Defn
GivenAlias
Related Docs:
object GivenAlias
|
package Defn
trait
GivenAlias
extends
Defn
with
WithMods
with
WithParamClauseGroup
with
WithBody
with
WithDeclTpe
with
Product
Annotations
@astClass
()
@leafClass
()
Linear Supertypes
WithDeclTpe
,
WithBody
,
WithParamClauseGroup
,
WithParamClauses
,
WithMods
,
Defn
,
Stat
,
Tree
,
Serializable
,
java.io.Serializable
,
Ast
,
Adt
,
InternalTree
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GivenAlias
WithDeclTpe
WithBody
WithParamClauseGroup
WithParamClauses
WithMods
Defn
Stat
Tree
Serializable
Serializable
Ast
Adt
InternalTree
Product
Equals
AnyRef
Any
Implicitly
by XtensionTreesStat
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
body
:
Term
Definition Classes
GivenAlias
→
WithBody
Annotations
@astField
()
abstract
def
children
:
List
[
Tree
]
Definition Classes
Tree
abstract
def
copy
(
mods:
List
[
Mod
]
,
name:
Name
,
paramClauseGroup:
Option
[
ParamClauseGroup
]
,
decltpe:
meta.Type
,
body:
Term
)
:
GivenAlias
abstract
def
copy
(
mods:
List
[
Mod
] =
this.mods
,
name:
Name
=
this.name
,
tparams:
List
[
Param
] =
this.tparams
,
sparams:
List
[
List
[
Param
]] =
this.sparams
,
decltpe:
meta.Type
=
this.decltpe
,
body:
Term
=
this.body
)
:
GivenAlias
abstract
def
decltpe
:
meta.Type
Definition Classes
GivenAlias
→
WithDeclTpe
Annotations
@astField
()
abstract
def
mods
:
List
[
Mod
]
Definition Classes
GivenAlias
→
WithMods
Annotations
@astField
()
abstract
def
name
:
Name
Annotations
@astField
()
abstract
def
paramClauseGroup
:
Option
[
ParamClauseGroup
]
Definition Classes
GivenAlias
→
WithParamClauseGroup
Annotations
@astField
()
@replacesFields
(
"4.6.0"
,
Member.ParamClauseGroupCtorGiven
)
abstract
def
productArity
:
Int
Definition Classes
Product
abstract
def
productElement
(
n:
Int
)
:
Any
Definition Classes
Product
abstract
def
productFields
:
List
[
String
]
Definition Classes
InternalTree
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
any2stringadd
[
GivenAlias
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
GivenAlias
,
B
)
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
ArrowAssoc
[
GivenAlias
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
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
GivenAlias
→
Tree
→ Equals
def
checkFields
(
x:
Any
)
:
Unit
Attributes
protected
Definition Classes
InternalTree
def
checkParent
(
x:
Any
)
:
Unit
Attributes
protected
Definition Classes
InternalTree
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
ensuring
(
cond: (
GivenAlias
) ⇒
Boolean
,
msg: ⇒
Any
)
:
GivenAlias
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
Ensuring
[
GivenAlias
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
GivenAlias
) ⇒
Boolean
)
:
GivenAlias
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
Ensuring
[
GivenAlias
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
GivenAlias
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
Ensuring
[
GivenAlias
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
GivenAlias
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
Ensuring
[
GivenAlias
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
GivenAlias
→
Tree
→ Equals → 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
GivenAlias
to
StringFormat
[
GivenAlias
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
java.lang.Class
[_]
Definition Classes
AnyRef → Any
final
def
hashCode
()
:
Int
Definition Classes
GivenAlias
→
Tree
→ AnyRef → Any
def
isBlockStat
:
Boolean
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
XtensionTreesStat
performed by method XtensionTreesStat in
scala.meta.internal.trees
.
Definition Classes
XtensionTreesStat
def
isEarlyStat
:
Boolean
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
XtensionTreesStat
performed by method XtensionTreesStat in
scala.meta.internal.trees
.
Definition Classes
XtensionTreesStat
def
isExistentialStat
:
Boolean
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
XtensionTreesStat
performed by method XtensionTreesStat in
scala.meta.internal.trees
.
Definition Classes
XtensionTreesStat
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isRefineStat
:
Boolean
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
XtensionTreesStat
performed by method XtensionTreesStat in
scala.meta.internal.trees
.
Definition Classes
XtensionTreesStat
def
isTemplateStat
:
Boolean
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
XtensionTreesStat
performed by method XtensionTreesStat in
scala.meta.internal.trees
.
Definition Classes
XtensionTreesStat
def
isTopLevelStat
:
Boolean
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
XtensionTreesStat
performed by method XtensionTreesStat in
scala.meta.internal.trees
.
Definition Classes
XtensionTreesStat
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
paramClauses
:
Seq
[
ParamClause
]
Definition Classes
WithParamClauseGroup
→
WithParamClauses
def
parent
:
Option
[
Tree
]
Definition Classes
InternalTree
def
pos
:
Position
Definition Classes
InternalTree
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
GivenAlias
→
Tree
→ AnyRef → Any
def
tokens
(
implicit
dialect:
Dialect
)
:
Tokens
Definition Classes
InternalTree
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
→
[
B
]
(
y:
B
)
: (
GivenAlias
,
B
)
Implicit information
This member is added by an implicit conversion from
GivenAlias
to
ArrowAssoc
[
GivenAlias
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Deprecated Value Members
final
def
sparams
:
List
[
List
[
Param
]]
Annotations
@deprecated
@replacedField
(
"4.6.0"
,
3
)
Deprecated
4.6.0
final
def
tparams
:
List
[
Param
]
Annotations
@deprecated
@replacedField
(
"4.6.0"
,
2
)
Deprecated
4.6.0
Inherited from
WithDeclTpe
Inherited from
WithBody
Inherited from
WithParamClauseGroup
Inherited from
WithParamClauses
Inherited from
WithMods
Inherited from
Defn
Inherited from
Stat
Inherited from
Tree
Inherited from
Serializable
Inherited from
java.io.Serializable
Inherited from
Ast
Inherited from
Adt
Inherited from
InternalTree
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion XtensionTreesStat from
GivenAlias
to
XtensionTreesStat
Inherited by implicit conversion any2stringadd from
GivenAlias
to
any2stringadd
[
GivenAlias
]
Inherited by implicit conversion StringFormat from
GivenAlias
to
StringFormat
[
GivenAlias
]
Inherited by implicit conversion Ensuring from
GivenAlias
to
Ensuring
[
GivenAlias
]
Inherited by implicit conversion ArrowAssoc from
GivenAlias
to
ArrowAssoc
[
GivenAlias
]
Ungrouped