| java.lang.Object org.jbpm.jpdl.el.impl.Expression org.jbpm.jpdl.el.impl.ConditionalExpression
ConditionalExpression | public class ConditionalExpression extends Expression (Code) | | Represents a conditional expression. I've decided not to produce an
abstract base "TernaryOperatorExpression" class since (a) future ternary
operators are unlikely and (b) it's not clear that there would be a
meaningful way to abstract them. (For instance, would they all be right-
associative? Would they all have two fixed operator symbols?)
author: Shawn Bayern |
getExpressionString | public String getExpressionString()(Code) | | Returns the expression in the expression language syntax
|
|
|