object Expression
This object provides various ways to create Expression objects.
- Alphabetic
- By Inheritance
- Expression
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- 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.
- 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.
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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.
- 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.
- 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.
- 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.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def const[T <: AnyRef](s: T): Expression[T]
Returns an expression that results in the specified value.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.