scala
.
meta
.
Mod
Covariant
Related Docs:
object Covariant
|
package Mod
trait
Covariant
extends
Mod
with
Product
Annotations
@astClass
()
@leafClass
()
Linear Supertypes
Mod
,
Tree
,
Ast
,
Adt
,
Serializable
,
java.io.Serializable
,
Product
,
Equals
,
InternalTree
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Covariant
Mod
Tree
Ast
Adt
Serializable
Serializable
Product
Equals
InternalTree
AnyRef
Any
Implicitly
by XtensionTypecheckableTree
by XtensionOriginTree
by XtensionInheritedTree
by XtensionSemanticEquality
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
children
:
collection.immutable.Seq
[
Tree
]
Definition Classes
Tree
abstract
def
copy
()
:
Covariant
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
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
Covariant
to
any2stringadd
[
Covariant
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
Covariant
,
B
)
Implicit information
This member is added by an implicit conversion from
Covariant
to
ArrowAssoc
[
Covariant
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
def
=/=
[
T2 <:
Tree
]
(
tree2:
T2
)
(
implicit
ev:
AllowEquality
[
Covariant
,
T2
]
)
:
Boolean
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionSemanticEquality
[
Covariant
] performed by method XtensionSemanticEquality in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionSemanticEquality
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
===
[
T2 <:
Tree
]
(
tree2:
T2
)
(
implicit
ev:
AllowEquality
[
Covariant
,
T2
]
)
:
Boolean
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionSemanticEquality
[
Covariant
] performed by method XtensionSemanticEquality in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionSemanticEquality
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
(
...
)
def
ensuring
(
cond: (
Covariant
) ⇒
Boolean
,
msg: ⇒
Any
)
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Ensuring
[
Covariant
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
Covariant
) ⇒
Boolean
)
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Ensuring
[
Covariant
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Ensuring
[
Covariant
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Ensuring
[
Covariant
] 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
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
Covariant
to
StringFormat
[
Covariant
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
hashCode
()
:
Int
Definition Classes
Tree
→ AnyRef → Any
def
inheritAttrs
(
other:
Tree
)
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionInheritedTree
[
Covariant
] performed by method XtensionInheritedTree in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionInheritedTree
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isTypechecked
:
Boolean
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionTypecheckableTree
[
Covariant
] performed by method XtensionTypecheckableTree in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionTypecheckableTree
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
origin
:
Origin
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionOriginTree
[
Covariant
] performed by method XtensionOriginTree in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionOriginTree
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
def
resetTypechecked
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionTypecheckableTree
[
Covariant
] performed by method XtensionTypecheckableTree in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionTypecheckableTree
def
setTypechecked
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionTypecheckableTree
[
Covariant
] performed by method XtensionTypecheckableTree in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionTypecheckableTree
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
toString
()
:
String
Definition Classes
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
withOrigin
(
origin:
Origin
)
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionOriginTree
[
Covariant
] performed by method XtensionOriginTree in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionOriginTree
def
withTypechecked
(
value:
Boolean
)
:
Covariant
Implicit information
This member is added by an implicit conversion from
Covariant
to
Tree.XtensionTypecheckableTree
[
Covariant
] performed by method XtensionTypecheckableTree in
scala.meta.internal.ast.InternalTreeXtensions
.
Definition Classes
XtensionTypecheckableTree
def
→
[
B
]
(
y:
B
)
: (
Covariant
,
B
)
Implicit information
This member is added by an implicit conversion from
Covariant
to
ArrowAssoc
[
Covariant
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Mod
Inherited from
Tree
Inherited from
Ast
Inherited from
Adt
Inherited from
Serializable
Inherited from
java.io.Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
InternalTree
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion XtensionTypecheckableTree from
Covariant
to
Tree.XtensionTypecheckableTree
[
Covariant
]
Inherited by implicit conversion XtensionOriginTree from
Covariant
to
Tree.XtensionOriginTree
[
Covariant
]
Inherited by implicit conversion XtensionInheritedTree from
Covariant
to
Tree.XtensionInheritedTree
[
Covariant
]
Inherited by implicit conversion XtensionSemanticEquality from
Covariant
to
Tree.XtensionSemanticEquality
[
Covariant
]
Inherited by implicit conversion any2stringadd from
Covariant
to
any2stringadd
[
Covariant
]
Inherited by implicit conversion StringFormat from
Covariant
to
StringFormat
[
Covariant
]
Inherited by implicit conversion Ensuring from
Covariant
to
Ensuring
[
Covariant
]
Inherited by implicit conversion ArrowAssoc from
Covariant
to
ArrowAssoc
[
Covariant
]
Ungrouped