Packages

abstract class UnaryExpr extends Expr

Attributes
protected
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnaryExpr
  2. Expr
  3. ComparisonOps
  4. BooleanOps
  5. ArithmeticOps
  6. BaseOps
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnaryExpr(expr: Expr)

Abstract Value Members

  1. abstract def typeSpec(operand: Specialized[_]): Specialized[_]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def %(other: Expr): Expr
    Definition Classes
    ArithmeticOps
  4. def &&(other: Expr): Expr
    Definition Classes
    BooleanOps
  5. def *(other: Expr): Expr
    Definition Classes
    ArithmeticOps
  6. def +(other: Expr): Expr
    Definition Classes
    ArithmeticOps
  7. def -(other: Expr): Expr
    Definition Classes
    ArithmeticOps
  8. def /(other: Expr): Expr
    Definition Classes
    ArithmeticOps
  9. def <(other: Expr): Expr
    Definition Classes
    ComparisonOps
  10. def <=(other: Expr): Expr
    Definition Classes
    ComparisonOps
  11. def =!=(other: Expr): Expr
    Definition Classes
    BaseOps
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ===(other: Expr): Expr
    Definition Classes
    BaseOps
  14. def >(other: Expr): Expr
    Definition Classes
    ComparisonOps
  15. def >=(other: Expr): Expr
    Definition Classes
    ComparisonOps
  16. def abs(): Expr
    Definition Classes
    ArithmeticOps
  17. def as(name: String): Expr
    Definition Classes
    BaseOps
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def negate(): Expr
    Definition Classes
    ArithmeticOps
  27. def not(): Expr
    Definition Classes
    BooleanOps
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def specialize[T, U](operand: Specialized[_], op: (T) => U)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[U]): Specialized[U]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def ||(other: Expr): Expr
    Definition Classes
    BooleanOps

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Expr

Inherited from ComparisonOps

Inherited from BooleanOps

Inherited from ArithmeticOps

Inherited from BaseOps

Inherited from AnyRef

Inherited from Any

Ungrouped