Package | Description |
---|---|
com.streamscape.omf.mapper.parser |
Modifier and Type | Class and Description |
---|---|
class |
AssignmentStatement
Title: Object Mediation Framework
|
class |
CaseStatement
Title: Object Mediation Framework
|
class |
ForEachStatement
Title: Object Mediation Framework
|
class |
IfStatement
Title: Object Mediation Framework
|
Modifier and Type | Method and Description |
---|---|
Statement |
IfStatement.getElseStatement() |
Statement |
IfStatement.getMainStatement() |
Statement |
CaseStatement.getStatement(int index) |
Statement |
ForEachStatement.getSubStatement(int index) |
Statement |
Parser.parse(SemanticMapperContext context,
java.lang.String rule) |
Statement |
Parser.parse(SemanticMapperContext ctx,
java.lang.String rule,
boolean reset) |
Modifier and Type | Method and Description |
---|---|
void |
CaseStatement.addCase(Expression expr,
Statement stat) |
void |
IfStatement.setElseStatement(Statement stat) |
void |
IfStatement.setMainStatement(Statement stat) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.