com
.
thoughtworks
.
compute
.
OpenCLKernelBuilder
ClTupleTerm
Related Doc:
package OpenCLKernelBuilder
trait
ClTupleTerm
extends
TupleTermApi
with
ClValueTerm
Self Type
TupleTerm
Source
OpenCLKernelBuilder.scala
Linear Supertypes
ClValueTerm
,
ClTerm
,
OpenCLKernelBuilder.ElementTermApi
,
OpenCLKernelBuilder.TupleTermApi
,
OpenCLKernelBuilder.TupleExpressionApi
,
OpenCLKernelBuilder.ValueTermApi
,
OpenCLKernelBuilder.ValueExpressionApi
,
OpenCLKernelBuilder.TermApi
,
OpenCLKernelBuilder.ExpressionApi
,
AnyRef
,
Any
Known Subclasses
TupleTerm
Type Hierarchy
ClTupleTerm
TupleTerm
TupleTermApi
ClValueTerm
Ordering
Alphabetic
By Inheritance
Inherited
ClTupleTerm
ClValueTerm
ClTerm
ElementTermApi
TupleTermApi
TupleExpressionApi
ValueTermApi
ValueExpressionApi
TermApi
ExpressionApi
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Type Members
abstract
type
Element
<:
ValueTerm
Definition Classes
TupleExpressionApi
type
JvmValue
=
Array
[
Expressions.Tuples.TupleExpressionApi.Element.JvmValue
]
Definition Classes
TupleExpressionApi
→
ValueExpressionApi
type
TermIn
[
C <:
OpenCLKernelBuilder.Category
]
=
Expressions.Tuples.TupleExpressionApi.TermIn.C.TupleTerm
{ type Element = ClTupleTerm.this.Element#TermIn[C] }
Definition Classes
TupleExpressionApi
→
ValueExpressionApi
→
ExpressionApi
type
ThisTerm
=
TupleTerm.TermIn
[
OpenCLKernelBuilder
.this.type]
Definition Classes
ExpressionApi
type
ThisType
=
TupleTerm.TypeIn
[
OpenCLKernelBuilder
.this.type]
Definition Classes
ValueExpressionApi
type
TypeIn
[
C <:
OpenCLKernelBuilder.Category
]
=
Expressions.Tuples.TupleExpressionApi.TypeIn.C.TupleType
{ ... /* 2 definitions in type refinement */ }
Definition Classes
TupleExpressionApi
→
ValueExpressionApi
Abstract Value Members
abstract
val
elementType
:
ValueType
abstract
val
length
:
Int
abstract
val
termCode
:
ClTermCode
Definition Classes
ClValueTerm
→
ClTerm
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
ClTupleTerm
to
any2stringadd
[
ClTupleTerm
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
ClTupleTerm
,
B
)
Implicit information
This member is added by an implicit conversion from
ClTupleTerm
to
ArrowAssoc
[
ClTupleTerm
] 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: (
ClTupleTerm
) ⇒
Boolean
,
msg: ⇒
Any
)
:
ClTupleTerm
Implicit information
This member is added by an implicit conversion from
ClTupleTerm
to
Ensuring
[
ClTupleTerm
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
ClTupleTerm
) ⇒
Boolean
)
:
ClTupleTerm
Implicit information
This member is added by an implicit conversion from
ClTupleTerm
to
Ensuring
[
ClTupleTerm
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
ClTupleTerm
Implicit information
This member is added by an implicit conversion from
ClTupleTerm
to
Ensuring
[
ClTupleTerm
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
ClTupleTerm
Implicit information
This member is added by an implicit conversion from
ClTupleTerm
to
Ensuring
[
ClTupleTerm
] 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
fill
:
OpenCLKernelBuilder.ArrayTerm
{ type Element = ClTupleTerm.this.ThisTerm }
Definition Classes
ClValueTerm
→
ElementTermApi
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
ClTupleTerm
to
StringFormat
[
ClTupleTerm
] 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
def
split
:
Seq
[
TupleTerm.Element
]
Definition Classes
ClTupleTerm
→
TupleTermApi
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
typeCode
:
ClTypeCode
Definition Classes
ClValueTerm
→
ClTerm
def
valueType
:
TupleTerm.ThisType
Definition Classes
ClTupleTerm
→
ClValueTerm
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
)
: (
ClTupleTerm
,
B
)
Implicit information
This member is added by an implicit conversion from
ClTupleTerm
to
ArrowAssoc
[
ClTupleTerm
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
ClValueTerm
Inherited from
ClTerm
Inherited from
OpenCLKernelBuilder.ElementTermApi
Inherited from
OpenCLKernelBuilder.TupleTermApi
Inherited from
OpenCLKernelBuilder.TupleExpressionApi
Inherited from
OpenCLKernelBuilder.ValueTermApi
Inherited from
OpenCLKernelBuilder.ValueExpressionApi
Inherited from
OpenCLKernelBuilder.TermApi
Inherited from
OpenCLKernelBuilder.ExpressionApi
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
ClTupleTerm
to
any2stringadd
[
ClTupleTerm
]
Inherited by implicit conversion StringFormat from
ClTupleTerm
to
StringFormat
[
ClTupleTerm
]
Inherited by implicit conversion Ensuring from
ClTupleTerm
to
Ensuring
[
ClTupleTerm
]
Inherited by implicit conversion ArrowAssoc from
ClTupleTerm
to
ArrowAssoc
[
ClTupleTerm
]
Ungrouped