Interface NodeWithCondition<N extends Node>
-
- All Known Implementing Classes:
ConditionalExpr,DoStmt,IfStmt,WhileStmt
public interface NodeWithCondition<N extends Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetCondition()NsetCondition(Expression condition)
-
-
-
Method Detail
-
getCondition
Expression getCondition()
-
setCondition
N setCondition(Expression condition)
-
-