Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7-beta-1
-
None
Description
The following setters should be added:
- ForStatement.setLoopBlock()
- WhileStatement.setLoopBlock()
- DoWhileStatement.setLoopBlock()
- TryCatchStatement.setFinallyStatement()
- CaseStatement.setCode()
This will make it much easier for AST transformations to replace individual statements.