public class IfStatement
extends java.lang.Object
Title: Object Mediation Framework
Description: Semantic mapper conditional statement implementation
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Statement.StatementType
Modifier and Type | Method and Description |
---|---|
void |
execute(SemanticMapperContext ctx) |
Expression |
getCondition() |
Statement |
getElseStatement() |
Statement |
getMainStatement() |
Statement.StatementType |
getType() |
void |
setCondition(Expression expr) |
void |
setElseStatement(Statement stat) |
void |
setMainStatement(Statement stat) |
public void setCondition(Expression expr)
public void setMainStatement(Statement stat)
public void setElseStatement(Statement stat)
public Expression getCondition()
public Statement getMainStatement()
public Statement getElseStatement()
public void execute(SemanticMapperContext ctx) throws SemanticMapperException
SemanticMapperException
public Statement.StatementType getType()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.