public class XPath10ExpressionCompilerBPEL11 extends XPath10ExpressionCompilerImpl
_compilerContext, _properties, _qnFnGetLinkStatus, _qnFnGetVariableData, _qnFnGetVariableProperty
Constructor and Description |
---|
XPath10ExpressionCompilerBPEL11() |
Modifier and Type | Method and Description |
---|---|
org.apache.ode.bpel.o.OExpression |
compile(java.lang.Object source)
Compile an expression into a
OExpression object. |
org.apache.ode.bpel.o.OExpression |
compileJoinCondition(java.lang.Object source)
Compile a join condition into a
OExpression object. |
org.apache.ode.bpel.o.OLValueExpression |
compileLValue(java.lang.Object source)
Compile an lvalue (the 'to' of an assignment) into a
OLValueExpression object. |
doJaxenCompile, getProperties, setCompilerContext
public org.apache.ode.bpel.o.OExpression compileJoinCondition(java.lang.Object source) throws CompilationException
ExpressionCompiler
OExpression
object.CompilationException
ExpressionCompiler.compileJoinCondition(java.lang.Object)
public org.apache.ode.bpel.o.OLValueExpression compileLValue(java.lang.Object source) throws CompilationException
ExpressionCompiler
OLValueExpression
object.CompilationException
public org.apache.ode.bpel.o.OExpression compile(java.lang.Object source) throws CompilationException
ExpressionCompiler
OExpression
object.CompilationException
ExpressionCompiler.compile(java.lang.Object)