Interface NodeWithCondition<N extends Node>
- All Known Implementing Classes:
ConditionalExpr, DoStmt, IfStmt, WhileStmt
public interface NodeWithCondition<N extends Node>
-
Method Summary
-
Method Details
-
getCondition
Expression getCondition() -
setCondition
-