267268269270271272273274275276277
else { seen.add(line); } //set current block... TryBlock tryBlock = new TryBlock(line); //add it as a child of current.. this.current.addChild(tryBlock); //set the current...