com
.
thoughtworks
.
compute
.
Trees
FloatTrees
Related Doc:
package Trees
trait
FloatTrees
extends
Floats
with
ValueTrees
Author:
杨博 (Yang Bo)
Source
Trees.scala
Linear Supertypes
ValueTrees
,
Trees
,
Floats
,
Values
,
Expressions
,
AnyRef
,
Any
Known Subclasses
AllTrees
,
MemoryTrees
Type Hierarchy
FloatTrees
AllTrees
Floats
ValueTrees
Ordering
Grouped
Alphabetic
By Inheritance
Inherited
FloatTrees
ValueTrees
Trees
Floats
Values
Expressions
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Type Members
final
case class
Abs
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
class
AlphaConversionContext
extends
IdentityHashMap
[
Tree
,
Tree
]
Definition Classes
Trees
abstract
type
Category
>:
FloatTrees
.this.type <:
Floats
Definition Classes
Floats
→
Values
→
Expressions
final
case class
Div
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
case class
Exp
(
operand0:
FloatTree
)
extends
FloatOperator
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
trait
FloatExpressionApi
extends
ValueExpressionApi
Attributes
protected
Definition Classes
Floats
final
case class
FloatLiteral
(
value:
Float
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
trait
FloatOperator
extends
Operator
Attributes
protected
final
case class
FloatParameter
(
id:
Any
)
extends
Parameter
with
Product
with
Serializable
Annotations
@silent
()
abstract
type
FloatTerm
<:
ValueTerm
with
FloatTreeTerm
Definition Classes
FloatTrees
→
Floats
trait
FloatTermApi
extends
ValueTermApi
with
FloatExpressionApi
Attributes
protected
Definition Classes
Floats
type
FloatTree
=
Tree
{ type TermIn[C <: FloatTrees.this.Category] = C#FloatTerm }
Attributes
protected
trait
FloatTreeTerm
extends
FloatTermApi
with
ValueTreeTerm
with
FloatExpressionApi
Attributes
protected
trait
FloatTreeType
extends
ValueTreeType
with
FloatTypeApi
Attributes
protected
abstract
type
FloatType
<:
ValueType
with
FloatTreeType
Definition Classes
FloatTrees
→
Floats
trait
FloatTypeApi
extends
ValueSingletonApi
with
FloatExpressionApi
Attributes
protected
Definition Classes
Floats
final
class
HashCodeContext
extends
IdentityHashMap
[
Tree
,
Int
]
Definition Classes
Trees
final
case class
Log
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
case class
Max
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
case class
Min
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
case class
Minus
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
trait
Operator
extends
Tree
Definition Classes
Trees
trait
Parameter
extends
Tree
Definition Classes
Trees
final
case class
Percent
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
case class
Plus
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
case class
Sqrt
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
class
StructuralComparisonContext
extends
IdentityHashMap
[
Tree
,
Tree
]
Definition Classes
Trees
final
case class
Tanh
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
abstract
type
Term
<:
TreeTerm
Definition Classes
Trees
→
Expressions
trait
TermApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Expressions
final
case class
Times
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
trait
Tree
extends
Product
Definition Classes
Trees
trait
TreeTerm
extends
ExpressionApi
with
TermApi
Attributes
protected
Definition Classes
Trees
abstract
type
Type
<:
TypeApi
Definition Classes
Expressions
trait
TypeApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Expressions
final
case class
UnaryMinus
(
operand:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
final
case class
UnaryPlus
(
operand:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Annotations
@silent
()
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
float
:
Implicitly
[
FloatType
]
Definition Classes
Floats
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
FloatTrees
to
any2stringadd
[
FloatTrees
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
FloatTrees
,
B
)
Implicit information
This member is added by an implicit conversion from
FloatTrees
to
ArrowAssoc
[
FloatTrees
] 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: (
FloatTrees
) ⇒
Boolean
,
msg: ⇒
Any
)
:
FloatTrees
Implicit information
This member is added by an implicit conversion from
FloatTrees
to
Ensuring
[
FloatTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
FloatTrees
) ⇒
Boolean
)
:
FloatTrees
Implicit information
This member is added by an implicit conversion from
FloatTrees
to
Ensuring
[
FloatTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
FloatTrees
Implicit information
This member is added by an implicit conversion from
FloatTrees
to
Ensuring
[
FloatTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
FloatTrees
Implicit information
This member is added by an implicit conversion from
FloatTrees
to
Ensuring
[
FloatTrees
] 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
FloatTrees
to
StringFormat
[
FloatTrees
] 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
)
: (
FloatTrees
,
B
)
Implicit information
This member is added by an implicit conversion from
FloatTrees
to
ArrowAssoc
[
FloatTrees
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
ValueTrees
Inherited from
Trees
Inherited from
Floats
Inherited from
Values
Inherited from
Expressions
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
FloatTrees
to
any2stringadd
[
FloatTrees
]
Inherited by implicit conversion StringFormat from
FloatTrees
to
StringFormat
[
FloatTrees
]
Inherited by implicit conversion Ensuring from
FloatTrees
to
Ensuring
[
FloatTrees
]
Inherited by implicit conversion ArrowAssoc from
FloatTrees
to
ArrowAssoc
[
FloatTrees
]
AST
Ungrouped
Author:
杨博 (Yang Bo)