return this.initsOnReturn;
}
- public boolean isNonReturningContext() {
- return associatedNode.cannotReturn();
- }
+// public boolean isNonReturningContext() {
+// return associatedNode.cannotReturn();
+// }
public ASTNode subRoutine() {
return associatedNode;