| java.lang.Object org.jbpm.jpdl.el.impl.ValueSuffix
All known Subclasses: org.jbpm.jpdl.el.impl.ArraySuffix,
ValueSuffix | abstract public class ValueSuffix (Code) | | Represents an element that can appear as a suffix in a complex
value, such as a property or index operator, or a method call (should
they ever need to be supported).
author: Nathan Abramson - Art Technology Group author: Shawn Bayern version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author$ |
getExpressionString | abstract public String getExpressionString()(Code) | | Returns the expression in the expression language syntax
|
|
|