object Expression

This object provides various ways to create Expression objects.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def F[T <: AnyRef](name: String): Expression[T]

    Returns an expression that results in the value of the specified field.

    Returns an expression that results in the value of the specified field.

    See also

    See fields in de.activegroup.scalajasper.core.Dataset.

  5. def P[T <: AnyRef](name: String): Expression[T]

    Returns an expression that results in the value of the specified parameter values.

    Returns an expression that results in the value of the specified parameter values.

    See also

    See parameters in de.activegroup.scalajasper.core.Dataset.

  6. def R[T <: AnyRef](name: String): Expression[T]

    Returns an expression that results in the value of the specified resource variable.

    Returns an expression that results in the value of the specified resource variable.

    See also

    See resourceBundle in de.activegroup.scalajasper.core.Dataset.

  7. def V[T <: AnyRef](name: String): Expression[T]

    Returns an expression that results in the value of the specified variable.

    Returns an expression that results in the value of the specified variable.

    See also

    See variables in de.activegroup.scalajasper.core.Dataset.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def call[A1, A2, A3, A4, R](fn: (A1, A2, A3, A4) => R, arg1: Expression[A1], arg2: Expression[A2], arg3: Expression[A3], arg4: Expression[A4]): Expression[R]

    Returns an expression that will call the given function with the values of the given expressions.

  10. def call[A1, A2, A3, R](fn: (A1, A2, A3) => R, arg1: Expression[A1], arg2: Expression[A2], arg3: Expression[A3]): Expression[R]

    Returns an expression that will call the given function with the values of the given expressions.

  11. def call[A1, A2, R](fn: (A1, A2) => R, arg1: Expression[A1], arg2: Expression[A2]): Expression[R]

    Returns an expression that will call the given function with the values of the given expressions.

  12. def call[A, R](fn: (A) => R, arg: Expression[A]): Expression[R]

    Returns an expression that will call the given function with the value of the given expression.

  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def const[T <: AnyRef](s: T): Expression[T]

    Returns an expression that results in the specified value.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def raw[T <: AnyRef](r: String): Expression[T]

    Returns an expression representing the given raw jasper expression, a Java or Groovy expression, depending on the value of language in de.activegroup.scalajasper.core.Report.

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped