org.apache.ode.bpel.o
Class OExpression

java.lang.Object
  extended by org.apache.ode.bpel.o.OBase
      extended by org.apache.ode.bpel.o.OExpression
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OConstantExpression, OLValueExpression

public abstract class OExpression
extends OBase

Base class for compiled expressions. The exact form of a compiled expression is dependent on the compiler implementation.

See Also:
Serialized Form

Field Summary
 OExpressionLanguage expressionLanguage
           
 
Fields inherited from class org.apache.ode.bpel.o.OBase
debugInfo
 
Constructor Summary
OExpression(OProcess owner)
           
 
Method Summary
 OExpressionLanguage getExpressionLanguage()
          Get the expression language used to generate this expression.
 
Methods inherited from class org.apache.ode.bpel.o.OBase
dehydrate, equals, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

expressionLanguage

public OExpressionLanguage expressionLanguage
Constructor Detail

OExpression

public OExpression(OProcess owner)
Method Detail

getExpressionLanguage

public OExpressionLanguage getExpressionLanguage()
Get the expression language used to generate this expression.