this.doc = doc;
this.ps = new PySelection(this.doc, selection);
FastStringBuffer buf = new FastStringBuffer(ps.getSelectedText(), 0);
ParsingUtils.removeCommentsAndWhitespaces(buf);
buf.replaceAll("\\", ""); //Remove all the \\
selectedText = buf.toCharArray();
parsingUtils = ParsingUtils.create(this.doc);
}
protected boolean unhandled_node(SimpleNode node) throws Exception {
this.addLastFound(node);