|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OExpression
public abstract class OExpression
Base class for compiled expressions. The exact form of a compiled expression is dependent on the compiler implementation.
| 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, digest, equals, getId, getOwner, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public OExpressionLanguage expressionLanguage
| Constructor Detail |
|---|
public OExpression(OProcess owner)
| Method Detail |
|---|
public OExpressionLanguage getExpressionLanguage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||