| Package | Description |
|---|---|
| org.apache.ode.bpel.elang.xpath10.o | |
| org.apache.ode.bpel.o |
| Modifier and Type | Field and Description |
|---|---|
OScope.Variable |
OXPath10Expression.OSigGetVariableData.variable |
| Modifier and Type | Field and Description |
|---|---|
java.util.HashMap<java.lang.String,OScope.Variable> |
OXPath10Expression.vars
Map from query name to variable declaration.
|
| Modifier and Type | Method and Description |
|---|---|
OScope.Variable |
OXPath10Expression.getVariable() |
| Constructor and Description |
|---|
OSigGetVariableData(OProcess owner,
OScope.Variable variable,
OMessageVarType.Part part,
OExpression location) |
| Modifier and Type | Field and Description |
|---|---|
OScope.Variable |
OForEach.counterVariable |
OScope.Variable |
OCatch.faultVariable |
OScope.Variable |
OThrow.faultVariable |
OScope.Variable |
OInvoke.inputVar |
OScope.Variable |
OInvoke.outputVar |
OScope.Variable |
OExtVar.related
Related variable containing the identifying information.
|
OScope.Variable |
OReply.variable |
OScope.Variable |
OPickReceive.OnMessage.variable |
OScope.Variable |
OEventHandler.OEvent.variable |
OScope.Variable |
OAssign.DirectRef.variable
Referenced Variable
|
OScope.Variable |
OAssign.VariableRef.variable |
OScope.Variable |
OAssign.PropertyRef.variable |
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<OScope.Variable> |
OAgent.variableRd
Variables read from.
|
java.util.HashMap<java.lang.String,OScope.Variable> |
OScope.variables
Variables declared within the scope.
|
java.util.Set<OScope.Variable> |
OAgent.variableWr
Variables written to.
|
| Modifier and Type | Method and Description |
|---|---|
OScope.Variable |
OScope.getLocalVariable(java.lang.String varName)
Get a localy-defined variable by name.
|
abstract OScope.Variable |
OLValueExpression.getVariable() |
OScope.Variable |
OAssign.LValue.getVariable() |
OScope.Variable |
OAssign.LValueExpression.getVariable() |
OScope.Variable |
OAssign.DirectRef.getVariable() |
OScope.Variable |
OAssign.VariableRef.getVariable() |
OScope.Variable |
OAssign.PropertyRef.getVariable() |
OScope.Variable |
OAssign.PartnerLinkRef.getVariable() |
OScope.Variable |
OScope.getVisibleVariable(java.lang.String varName) |
| Modifier and Type | Method and Description |
|---|---|
void |
OScope.addLocalVariable(OScope.Variable variable) |
Copyright © 2021 WSO2. All Rights Reserved.