Package | Description |
---|---|
com.streamscape.omf.mapper.parser |
Modifier and Type | Class and Description |
---|---|
class |
FunctionExpression
Title:
|
class |
SPathExpression
Title: Object Mediation Framework
|
class |
SPathSequenceExpression
Title: Object Mediation Framework
|
Modifier and Type | Method and Description |
---|---|
Expression |
IfStatement.getCondition() |
Expression |
CaseStatement.getConditionExpression() |
Expression |
ForEachStatement.getExpression() |
Expression |
CaseStatement.getExpression(int index) |
Expression |
AssignmentStatement.getLeftExpression() |
Expression |
AssignmentStatement.getRightExpression() |
Modifier and Type | Method and Description |
---|---|
void |
CaseStatement.addCase(Expression expr,
Statement stat) |
void |
IfStatement.setCondition(Expression expr) |
void |
CaseStatement.setConditionExpression(Expression expr) |
void |
ForEachStatement.setExpression(Expression expression) |
void |
AssignmentStatement.setLeftExpression(Expression expr) |
void |
AssignmentStatement.setRightExpression(Expression expr) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.