com
.
thoughtworks
.
compute
.
Trees
TupleTrees
Related Doc:
package Trees
trait
TupleTrees
extends
ValueTrees
with
Tuples
Source
Trees.scala
Linear Supertypes
Tuples
,
ValueTrees
,
Trees
,
Values
,
Expressions
,
AnyRef
,
Any
Known Subclasses
AllTrees
,
MemoryTrees
Type Hierarchy
TupleTrees
AllTrees
ValueTrees
Tuples
Ordering
Grouped
Alphabetic
By Inheritance
Inherited
TupleTrees
Tuples
ValueTrees
Trees
Values
Expressions
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Type Members
final
class
AlphaConversionContext
extends
IdentityHashMap
[
Tree
,
Tree
]
Definition Classes
Trees
final
case class
Apply
[
LocalElement <:
ValueTerm
]
(
tuple:
TupleTree
[
LocalElement
]
,
index:
Int
)
extends
Operator
with
Product
with
Serializable
Annotations
@silent
()
abstract
type
Category
>:
TupleTrees
.this.type <:
Tuples
Definition Classes
Tuples
→
Values
→
Expressions
final
case class
Concatenate
[
Element0 <:
ValueTerm
]
(
elementTrees:
Seq
[
TupleTrees.Tree
{ type TermIn[C <: TupleTrees.this.Category] = Element0#TermIn[C] }]
)
extends
Operator
with
Product
with
Serializable
Annotations
@silent
()
final
class
ExportContext
extends
IdentityHashMap
[
Tree
,
Expressions.Category.Term
]
Definition Classes
Trees
trait
ExpressionApi
extends
AnyRef
Attributes
protected
Definition Classes
Expressions
final
class
HashCodeContext
extends
IdentityHashMap
[
Tree
,
Int
]
Definition Classes
Trees
trait
Operator
extends
Tree
Definition Classes
Trees
trait
Parameter
extends
Tree
Definition Classes
Trees
final
class
StructuralComparisonContext
extends
IdentityHashMap
[
Tree
,
Tree
]
Definition Classes
Trees
abstract
type
Term
<:
TreeTerm
Definition Classes
Trees
→
Expressions
trait
TermApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Expressions
trait
Tree
extends
Product
Definition Classes
Trees
trait
TreeTerm
extends
ExpressionApi
with
TermApi
Attributes
protected
Definition Classes
Trees
trait
TreeTupleSingleton
extends
TupleSingletonApi
Attributes
protected
trait
TupleExpressionApi
extends
ValueExpressionApi
Attributes
protected
Definition Classes
Tuples
final
case class
TupleParameter
(
id:
Any
,
elementType:
TupleTrees.ValueType
,
length:
Int
)
extends
Parameter
with
Product
with
Serializable
Annotations
@silent
()
abstract
type
TupleSingleton
<:
TreeTupleSingleton
Definition Classes
TupleTrees
→
Tuples
trait
TupleSingletonApi
extends
AnyRef
Attributes
protected
Definition Classes
Tuples
abstract
type
TupleTerm
<:
ValueTerm
with
TupleTreeTerm
Definition Classes
TupleTrees
→
Tuples
trait
TupleTermApi
extends
ValueTermApi
with
TupleExpressionApi
Attributes
protected
Definition Classes
Tuples
type
TupleTree
[
LocalElement <:
ValueTerm
]
=
Tree
{ type TermIn[C <: TupleTrees.this.Category] = C#TupleTerm{type Element = LocalElement#TermIn[C]} }
trait
TupleTreeTerm
extends
ValueTreeTerm
with
TupleTermApi
Attributes
protected
trait
TupleTreeType
extends
TupleTypeApi
with
ValueTreeType
Attributes
protected
abstract
type
TupleType
<:
ValueType
with
TupleTreeType
Definition Classes
TupleTrees
→
Tuples
trait
TupleTypeApi
extends
ValueTypeApi
with
TupleExpressionApi
Attributes
protected
Definition Classes
Tuples
abstract
type
Type
<:
TypeApi
Definition Classes
Expressions
trait
TypeApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Expressions
trait
ValueExpressionApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Values
trait
ValueSingletonApi
extends
ValueTypeApi
Attributes
protected
Definition Classes
Values
abstract
type
ValueTerm
<:
Term
with
ValueTreeTerm
Definition Classes
ValueTrees
→
Values
trait
ValueTermApi
extends
TermApi
with
ValueExpressionApi
Attributes
protected
Definition Classes
Values
trait
ValueTreeTerm
extends
TermApi
with
ValueTermApi
Attributes
protected
Definition Classes
ValueTrees
trait
ValueTreeType
extends
ValueTypeApi
Attributes
protected
Definition Classes
ValueTrees
abstract
type
ValueType
<:
Type
with
ValueTreeType
Definition Classes
ValueTrees
→
Values
trait
ValueTypeApi
extends
ValueExpressionApi
Attributes
protected
Definition Classes
Values
Abstract Value Members
abstract
val
tuple
:
Implicitly
[
TupleSingleton
]
Definition Classes
Tuples
Annotations
@inject
()
abstract
def
tupleTermFactory
[
LocalElement <:
ValueTerm
]
:
Factory3
[
ValueType
,
Int
,
Tree
,
TupleTerm
{ type Element = LocalElement }]
Attributes
protected
Annotations
@inject
()
abstract
def
tupleTreeTypeFactory
[
LocalElement <:
ValueTerm
]
:
Factory2
[
ValueType
,
Int
,
TupleType
{ type Element = LocalElement }]
Attributes
protected
Annotations
@inject
()
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
TupleTrees
to
any2stringadd
[
TupleTrees
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
TupleTrees
,
B
)
Implicit information
This member is added by an implicit conversion from
TupleTrees
to
ArrowAssoc
[
TupleTrees
] 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
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
ensuring
(
cond: (
TupleTrees
) ⇒
Boolean
,
msg: ⇒
Any
)
:
TupleTrees
Implicit information
This member is added by an implicit conversion from
TupleTrees
to
Ensuring
[
TupleTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
TupleTrees
) ⇒
Boolean
)
:
TupleTrees
Implicit information
This member is added by an implicit conversion from
TupleTrees
to
Ensuring
[
TupleTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
TupleTrees
Implicit information
This member is added by an implicit conversion from
TupleTrees
to
Ensuring
[
TupleTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
TupleTrees
Implicit information
This member is added by an implicit conversion from
TupleTrees
to
Ensuring
[
TupleTrees
] 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
TupleTrees
to
StringFormat
[
TupleTrees
] 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
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
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
)
: (
TupleTrees
,
B
)
Implicit information
This member is added by an implicit conversion from
TupleTrees
to
ArrowAssoc
[
TupleTrees
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Tuples
Inherited from
ValueTrees
Inherited from
Trees
Inherited from
Values
Inherited from
Expressions
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
TupleTrees
to
any2stringadd
[
TupleTrees
]
Inherited by implicit conversion StringFormat from
TupleTrees
to
StringFormat
[
TupleTrees
]
Inherited by implicit conversion Ensuring from
TupleTrees
to
Ensuring
[
TupleTrees
]
Inherited by implicit conversion ArrowAssoc from
TupleTrees
to
ArrowAssoc
[
TupleTrees
]
AST
Ungrouped