abstract type FloatTerm <: ValueTerm with FloatTreeTerm

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FloatTerm
  2. FloatTreeTerm
  3. FloatTermApi
  4. FloatExpressionApi
  5. <refinement>
  6. <refinement>
  7. ValueTreeTerm
  8. ValueTermApi
  9. ValueExpressionApi
  10. <refinement>
  11. TreeTerm
  12. TermApi
  13. ExpressionApi
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type JvmValue = Float
    Definition Classes
    FloatExpressionApiValueExpressionApi
  2. type TermIn[C <: Category] = Expressions.Floats.FloatExpressionApi.TermIn.C.FloatTerm
  3. type ThisTerm = Expressions.ExpressionApi.TermIn[Expressions.this.type]
    Definition Classes
    ExpressionApi
  4. type ThisType = Expressions.Values.ValueExpressionApi.TypeIn[Values.this.type]
    Definition Classes
    ValueExpressionApi
  5. type TypeIn[C <: Category] = Expressions.Floats.FloatExpressionApi.TypeIn.C.FloatType
    Definition Classes
    FloatExpressionApiValueExpressionApi

Abstract Value Members

  1. abstract val tree0: Tree
    Attributes
    protected
    Definition Classes
    TreeTerm

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def %(rightHandSide: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTermFloatTermApi
  4. def *(rightHandSide: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTermFloatTermApi
  5. def +(rightHandSide: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTermFloatTermApi
  6. def -(rightHandSide: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTermFloatTermApi
  7. def /(rightHandSide: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTermFloatTermApi
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def alphaConversion: ValueTrees.ValueTerm.ThisTerm
    Definition Classes
    ValueTreeTerm
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def in(foreignCategory: Trees.Category): Trees.Term.TermIn[foreignCategory.type]
    Definition Classes
    TreeTerm
    Annotations
    @inline()
  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 tree: Tree { type TermIn[C <: Trees.this.Category] = TreeTerm.this.TermIn[C] }
    Definition Classes
    TreeTerm
    Annotations
    @inline()
  25. def unary_+: FloatTerm
    Definition Classes
    FloatTreeTermFloatTermApi
  26. def unary_-: FloatTerm
    Definition Classes
    FloatTreeTermFloatTermApi
  27. def valueType: ThisType
    Definition Classes
    FloatTreeTermValueTreeTerm
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from FloatTreeTerm

Inherited from FloatTrees.FloatTermApi

Inherited from <refinement>

Inherited from <refinement>

Inherited from FloatTrees.ValueTreeTerm

Inherited from FloatTrees.ValueTermApi

Inherited from <refinement>

Inherited from FloatTrees.TreeTerm

Inherited from FloatTrees.TermApi

Inherited from FloatTrees.ExpressionApi

Inherited from AnyRef

Inherited from Any

Ungrouped