Trait

com.thoughtworks.compute.Trees

AllTrees

Related Doc: package Trees

Permalink

trait AllTrees extends TupleTrees with FloatTrees with ArrayTrees with AllExpressions

Source
Trees.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. AllTrees
  2. AllExpressions
  3. ArrayTrees
  4. Arrays
  5. FloatTrees
  6. Floats
  7. TupleTrees
  8. Tuples
  9. ValueTrees
  10. Trees
  11. Values
  12. Expressions
  13. AnyRef
  14. 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

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

    Permalink
    Definition Classes
    Trees
  3. final case class Apply[LocalElement <: ValueTerm](tuple: TupleTree[LocalElement], index: Int) extends Operator with Product with Serializable

    Permalink

    Definition Classes
    TupleTrees
    Annotations
    @silent()
  4. final case class ArrayParameter[LocalElement <: ValueTerm](id: Any, padding: ArrayTrees.Tree { type TermIn[C <: ArrayTrees.this.Category] = LocalElement#TermIn[C] }, shape: Array[Int]) extends Parameter with Product with Serializable

    Permalink

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  5. abstract type ArraySingleton <: TreeArraySingleton

    Permalink

    Definition Classes
    ArrayTreesArrays
  6. trait ArraySingletonApi extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Arrays
  7. abstract type ArrayTerm <: Term with ArrayTreeTerm

    Permalink

    Definition Classes
    ArrayTreesArrays
  8. trait ArrayTermApi extends TermApi

    Permalink
    Attributes
    protected
    Definition Classes
    Arrays
  9. type ArrayTree[LocalElement <: ValueTerm] = Tree { type TermIn[C <: AllTrees.this.Category] = C#ArrayTerm{type Element = LocalElement#TermIn[C]} }

    Permalink

    Definition Classes
    ArrayTrees
  10. trait ArrayTreeTerm extends ArrayTermApi with TreeTerm

    Permalink
    Attributes
    protected
    Definition Classes
    ArrayTrees
  11. abstract type Category >: AllTrees.this.type <: Tuples with Floats with Arrays

    Permalink
    Definition Classes
    AllExpressionsArraysFloatsTuplesValuesExpressions
  12. 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

    Permalink

    Definition Classes
    TupleTrees
    Annotations
    @silent()
  13. final case class Div(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  14. trait ElementTermApi extends ValueTermApi

    Permalink
    Attributes
    protected
    Definition Classes
    Arrays
  15. trait ElementTreeTerm extends ElementTermApi with ValueTreeTerm

    Permalink
    Attributes
    protected
    Definition Classes
    ArrayTrees
  16. final case class Exp(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  17. final class ExportContext extends IdentityHashMap[Tree, Expressions.Category.Term]

    Permalink
    Definition Classes
    Trees
  18. trait ExpressionApi extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Expressions
  19. final case class Extract[LocalElement <: ValueTerm](array: ArrayTree[LocalElement]) extends Operator with Product with Serializable

    Permalink

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  20. final case class Fill[LocalElement <: ValueTerm](element: ArrayTrees.Tree { type TermIn[C <: ArrayTrees.this.Category] = LocalElement#TermIn[C] }) extends Operator with Product with Serializable

    Permalink

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  21. trait FloatExpressionApi extends ValueExpressionApi

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

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  23. trait FloatOperator extends Operator

    Permalink

    Attributes
    protected
    Definition Classes
    FloatTrees
  24. final case class FloatParameter(id: Any) extends Parameter with Product with Serializable

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  25. abstract type FloatTerm <: ValueTerm with FloatTreeTerm

    Permalink

    Definition Classes
    FloatTreesFloats
  26. trait FloatTermApi extends ValueTermApi with FloatExpressionApi

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

    Permalink

    Attributes
    protected
    Definition Classes
    FloatTrees
  28. trait FloatTreeTerm extends FloatTermApi with ValueTreeTerm with FloatExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    FloatTrees
  29. trait FloatTreeType extends ValueTreeType with FloatTypeApi

    Permalink
    Attributes
    protected
    Definition Classes
    FloatTrees
  30. abstract type FloatType <: ValueType with FloatTreeType

    Permalink

    Definition Classes
    FloatTreesFloats
  31. trait FloatTypeApi extends ValueSingletonApi with FloatExpressionApi

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

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

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  37. trait Operator extends Tree

    Permalink

    Definition Classes
    Trees
  38. trait Parameter extends Tree

    Permalink

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

    Permalink

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

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  41. final case class Sqrt(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  42. final class StructuralComparisonContext extends IdentityHashMap[Tree, Tree]

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

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  44. abstract type Term <: TreeTerm

    Permalink

    Definition Classes
    TreesExpressions
  45. trait TermApi extends ExpressionApi

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

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  47. final case class Transform[LocalElement <: ValueTerm](array: ArrayTree[LocalElement], matrix: MatrixData) extends Operator with Product with Serializable

    Permalink

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  48. trait Tree extends Product

    Permalink

    Definition Classes
    Trees
  49. trait TreeArraySingleton extends ArraySingletonApi

    Permalink
    Attributes
    protected
    Definition Classes
    ArrayTrees
  50. trait TreeTerm extends ExpressionApi with TermApi

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  51. trait TreeTupleSingleton extends TupleSingletonApi

    Permalink
    Attributes
    protected
    Definition Classes
    TupleTrees
  52. trait TupleExpressionApi extends ValueExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Tuples
  53. final case class TupleParameter(id: Any, elementType: TupleTrees.ValueType, length: Int) extends Parameter with Product with Serializable

    Permalink

    Definition Classes
    TupleTrees
    Annotations
    @silent()
  54. abstract type TupleSingleton <: TreeTupleSingleton

    Permalink

    Definition Classes
    TupleTreesTuples
  55. trait TupleSingletonApi extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Tuples
  56. abstract type TupleTerm <: ValueTerm with TupleTreeTerm

    Permalink

    Definition Classes
    TupleTreesTuples
  57. trait TupleTermApi extends ValueTermApi with TupleExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Tuples
  58. type TupleTree[LocalElement <: ValueTerm] = Tree { type TermIn[C <: AllTrees.this.Category] = C#TupleTerm{type Element = LocalElement#TermIn[C]} }

    Permalink

    Definition Classes
    TupleTrees
  59. trait TupleTreeTerm extends ValueTreeTerm with TupleTermApi

    Permalink
    Attributes
    protected
    Definition Classes
    TupleTrees
  60. trait TupleTreeType extends TupleTypeApi with ValueTreeType

    Permalink
    Attributes
    protected
    Definition Classes
    TupleTrees
  61. abstract type TupleType <: ValueType with TupleTreeType

    Permalink

    Definition Classes
    TupleTreesTuples
  62. trait TupleTypeApi extends ValueTypeApi with TupleExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Tuples
  63. abstract type Type <: TypeApi

    Permalink

    Definition Classes
    Expressions
  64. trait TypeApi extends ExpressionApi

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

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  66. final case class UnaryPlus(operand: FloatTree) extends FloatOperator with Product with Serializable

    Permalink

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  67. trait ValueExpressionApi extends ExpressionApi

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

    Permalink
    Attributes
    protected
    Definition Classes
    Values
  69. abstract type ValueTerm <: Term with ElementTreeTerm

    Permalink

    Definition Classes
    ArrayTreesValueTreesArraysValues
  70. trait ValueTermApi extends TermApi with ValueExpressionApi

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

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

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

    Permalink

    Definition Classes
    ValueTreesValues
  74. trait ValueTypeApi extends ValueExpressionApi

    Permalink
    Attributes
    protected
    Definition Classes
    Values

Abstract Value Members

  1. abstract val array: Implicitly[ArraySingleton]

    Permalink
    Definition Classes
    Arrays
    Annotations
    @inject()
  2. abstract def arrayTermFactory[LocalElement <: ValueTerm]: Factory2[ValueType, Tree, ArrayTerm { type Element = LocalElement }]

    Permalink
    Attributes
    protected
    Definition Classes
    ArrayTrees
    Annotations
    @inject()
  3. abstract val float: Implicitly[FloatType]

    Permalink
    Definition Classes
    Floats
    Annotations
    @inject()
  4. abstract val tuple: Implicitly[TupleSingleton]

    Permalink
    Definition Classes
    Tuples
    Annotations
    @inject()
  5. abstract def tupleTermFactory[LocalElement <: ValueTerm]: Factory3[ValueType, Int, Tree, TupleTerm { type Element = LocalElement }]

    Permalink
    Attributes
    protected
    Definition Classes
    TupleTrees
    Annotations
    @inject()
  6. abstract def tupleTreeTypeFactory[LocalElement <: ValueTerm]: Factory2[ValueType, Int, TupleType { type Element = LocalElement }]

    Permalink
    Attributes
    protected
    Definition Classes
    TupleTrees
    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 AllTrees to any2stringadd[AllTrees] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AllTrees, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AllTrees to ArrowAssoc[AllTrees] 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: (AllTrees) ⇒ Boolean, msg: ⇒ Any): AllTrees

    Permalink
    Implicit information
    This member is added by an implicit conversion from AllTrees to Ensuring[AllTrees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (AllTrees) ⇒ Boolean): AllTrees

    Permalink
    Implicit information
    This member is added by an implicit conversion from AllTrees to Ensuring[AllTrees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): AllTrees

    Permalink
    Implicit information
    This member is added by an implicit conversion from AllTrees to Ensuring[AllTrees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): AllTrees

    Permalink
    Implicit information
    This member is added by an implicit conversion from AllTrees to Ensuring[AllTrees] 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 AllTrees to StringFormat[AllTrees] 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): (AllTrees, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AllTrees to ArrowAssoc[AllTrees] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AllExpressions

Inherited from ArrayTrees

Inherited from Arrays

Inherited from FloatTrees

Inherited from Floats

Inherited from TupleTrees

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 AllTrees to any2stringadd[AllTrees]

Inherited by implicit conversion StringFormat from AllTrees to StringFormat[AllTrees]

Inherited by implicit conversion Ensuring from AllTrees to Ensuring[AllTrees]

Inherited by implicit conversion ArrowAssoc from AllTrees to ArrowAssoc[AllTrees]

AST

Ungrouped