Packages

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. trait ExpressionApi extends AnyRef
    Attributes
    protected
    Definition Classes
    Expressions
  2. trait FloatExpressionApi extends ValueExpressionApi
    Attributes
    protected
    Definition Classes
    Floats
  3. trait FloatTermApi extends ValueTermApi with FloatExpressionApi
    Attributes
    protected
    Definition Classes
    Floats
  4. trait FloatTypeApi extends ValueSingletonApi with FloatExpressionApi
    Attributes
    protected
    Definition Classes
    Floats
  5. trait TermApi extends ExpressionApi
    Attributes
    protected
    Definition Classes
    Expressions
  6. abstract type Type <: TypeApi

    Definition Classes
    Expressions
  7. trait TypeApi extends ExpressionApi
    Attributes
    protected
    Definition Classes
    Expressions
  8. trait ValueExpressionApi extends ExpressionApi
    Attributes
    protected
    Definition Classes
    Values
  9. trait ValueSingletonApi extends ValueTypeApi
    Attributes
    protected
    Definition Classes
    Values
  10. trait ValueTermApi extends TermApi with ValueExpressionApi
    Attributes
    protected
    Definition Classes
    Values
  11. trait ValueTypeApi extends ValueExpressionApi
    Attributes
    protected
    Definition Classes
    Values
  12. final class AlphaConversionContext extends IdentityHashMap[Tree, Tree]
    Definition Classes
    Trees
  13. final class ExportContext extends IdentityHashMap[Tree, Expressions.Category.Term]
    Definition Classes
    Trees
  14. final case class Abs(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Annotations
    @silent()
  15. abstract type Category >: FloatTrees.this.type <: Floats
    Definition Classes
    FloatsValuesExpressions
  16. final case class Div(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

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

    Annotations
    @silent()
  18. final case class FloatLiteral(value: Float) extends FloatOperator with Product with Serializable

    Annotations
    @silent()
  19. trait FloatOperator extends Operator

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

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

    Definition Classes
    FloatTreesFloats
  22. type FloatTree = Tree { type TermIn[C <: FloatTrees.this.Category] = C#FloatTerm }

    Attributes
    protected
  23. trait FloatTreeTerm extends FloatTermApi with ValueTreeTerm with FloatExpressionApi
    Attributes
    protected
  24. trait FloatTreeType extends ValueTreeType with FloatTypeApi
    Attributes
    protected
  25. abstract type FloatType <: ValueType with FloatTreeType

    Definition Classes
    FloatTreesFloats
  26. final case class Log(operand0: FloatTree) extends FloatOperator with Product with Serializable

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

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

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

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

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

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

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

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

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

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

    Annotations
    @silent()
  37. final class HashCodeContext extends IdentityHashMap[Tree, Int]
    Definition Classes
    Trees
  38. trait Operator extends Tree

    Definition Classes
    Trees
  39. trait Parameter extends Tree

    Definition Classes
    Trees
  40. final class StructuralComparisonContext extends IdentityHashMap[Tree, Tree]
    Definition Classes
    Trees
  41. abstract type Term <: TreeTerm

    Definition Classes
    TreesExpressions
  42. trait Tree extends Product

    Definition Classes
    Trees
  43. trait TreeTerm extends ExpressionApi with TermApi
    Attributes
    protected
    Definition Classes
    Trees
  44. abstract type ValueTerm <: Term with ValueTreeTerm

    Definition Classes
    ValueTreesValues
  45. trait ValueTreeTerm extends TermApi with ValueTermApi
    Attributes
    protected
    Definition Classes
    ValueTrees
  46. trait ValueTreeType extends ValueTypeApi
    Attributes
    protected
    Definition Classes
    ValueTrees
  47. abstract type ValueType <: Type with ValueTreeType

    Definition Classes
    ValueTreesValues

Abstract Value Members

  1. abstract val float: Implicitly[FloatType]
    Definition Classes
    Floats
    Annotations
    @inject()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    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)
    Implicit
    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
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def ensuring(cond: (FloatTrees) ⇒ Boolean, msg: ⇒ Any): FloatTrees
    Implicit
    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
    Implicit
    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
    Implicit
    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
    Implicit
    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
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def [B](y: B): (FloatTrees, B)
    Implicit
    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