Trait

com.thoughtworks.compute.Trees

FloatTrees

Related Doc: package Trees

Permalink

trait FloatTrees extends Floats with ValueTrees

Author:

杨博 (Yang Bo)

Source
Trees.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. FloatTrees
  2. ValueTrees
  3. Trees
  4. Floats
  5. Values
  6. Expressions
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Abs(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  2. final class AlphaConversionContext extends IdentityHashMap[Tree, Tree]

    Permalink
    Definition Classes
    Trees
  3. abstract type Category >: FloatTrees.this.type <: Floats

    Permalink
    Definition Classes
    FloatsValuesExpressions
  4. final case class Div(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  5. final case class Exp(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  6. final class ExportContext extends IdentityHashMap[Tree, Expressions.Category.Term]

    Permalink
    Definition Classes
    Trees
  7. trait ExpressionApi extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Expressions
  8. trait FloatExpressionApi extends ValueExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Floats
  9. final case class FloatLiteral(value: Float) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  10. trait FloatOperator extends Operator

    Permalink

    Attributes
    protected
  11. final case class FloatParameter(id: Any) extends Parameter with Product with Serializable

    Permalink

    Annotations
    @silent()
  12. abstract type FloatTerm <: ValueTerm with FloatTreeTerm

    Permalink

    Definition Classes
    FloatTreesFloats
  13. trait FloatTermApi extends ValueTermApi with FloatExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Floats
  14. type FloatTree = Tree { type TermIn[C <: FloatTrees.this.Category] = C#FloatTerm }

    Permalink

    Attributes
    protected
  15. trait FloatTreeTerm extends FloatTermApi with ValueTreeTerm with FloatExpressionApi

    Permalink
    Attributes
    protected
  16. trait FloatTreeType extends ValueTreeType with FloatTypeApi

    Permalink
    Attributes
    protected
  17. abstract type FloatType <: ValueType with FloatTreeType

    Permalink

    Definition Classes
    FloatTreesFloats
  18. trait FloatTypeApi extends ValueSingletonApi with FloatExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Floats
  19. final class HashCodeContext extends IdentityHashMap[Tree, Int]

    Permalink
    Definition Classes
    Trees
  20. final case class Log(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  21. final case class Max(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  22. final case class Min(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  23. final case class Minus(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  24. trait Operator extends Tree

    Permalink

    Definition Classes
    Trees
  25. trait Parameter extends Tree

    Permalink

    Definition Classes
    Trees
  26. final case class Percent(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  27. final case class Plus(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  28. final case class Sqrt(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  29. final class StructuralComparisonContext extends IdentityHashMap[Tree, Tree]

    Permalink
    Definition Classes
    Trees
  30. final case class Tanh(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  31. abstract type Term <: TreeTerm

    Permalink

    Definition Classes
    TreesExpressions
  32. trait TermApi extends ExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Expressions
  33. final case class Times(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  34. trait Tree extends Product

    Permalink

    Definition Classes
    Trees
  35. trait TreeTerm extends ExpressionApi with TermApi

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  36. abstract type Type <: TypeApi

    Permalink

    Definition Classes
    Expressions
  37. trait TypeApi extends ExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Expressions
  38. final case class UnaryMinus(operand: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  39. final case class UnaryPlus(operand: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Annotations
    @silent()
  40. trait ValueExpressionApi extends ExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Values
  41. trait ValueSingletonApi extends ValueTypeApi

    Permalink
    Attributes
    protected
    Definition Classes
    Values
  42. abstract type ValueTerm <: Term with ValueTreeTerm

    Permalink

    Definition Classes
    ValueTreesValues
  43. trait ValueTermApi extends TermApi with ValueExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Values
  44. trait ValueTreeTerm extends TermApi with ValueTermApi

    Permalink
    Attributes
    protected
    Definition Classes
    ValueTrees
  45. trait ValueTreeType extends ValueTypeApi

    Permalink
    Attributes
    protected
    Definition Classes
    ValueTrees
  46. abstract type ValueType <: Type with ValueTreeType

    Permalink

    Definition Classes
    ValueTreesValues
  47. trait ValueTypeApi extends ValueExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Values

Abstract Value Members

  1. abstract val float: Implicitly[FloatType]

    Permalink
    Definition Classes
    Floats
    Annotations
    @inject()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    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
  4. def ->[B](y: B): (FloatTrees, B)

    Permalink
    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()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (FloatTrees) ⇒ Boolean, msg: ⇒ Any): FloatTrees

    Permalink
    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
  9. def ensuring(cond: (FloatTrees) ⇒ Boolean): FloatTrees

    Permalink
    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
  10. def ensuring(cond: Boolean, msg: ⇒ Any): FloatTrees

    Permalink
    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
  11. def ensuring(cond: Boolean): FloatTrees

    Permalink
    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
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Permalink
    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()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def [B](y: B): (FloatTrees, B)

    Permalink
    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