Ready for demo

This commit is contained in:
Manindra Moharana
2013-04-21 20:45:43 +05:30
parent 1a174ed4d5
commit 8469bf795c
5 changed files with 76 additions and 45 deletions

View File

@@ -182,6 +182,7 @@ public class ErrorCheckerService implements Runnable{
PdePreprocessor pdePrepoc = new PdePreprocessor(null);
defaultImportsOffset = pdePrepoc.getCoreImports().length +
pdePrepoc.getDefaultImports().length + 1;
astGenerator = new ASTGenerator(this);
}
/**
@@ -256,7 +257,7 @@ public class ErrorCheckerService implements Runnable{
}
}
ASTGenerator astGenerator = new ASTGenerator(this);
protected ASTGenerator astGenerator;
AtomicInteger textModified = new AtomicInteger();
private boolean checkCode() {
System.out.println("checkCode() " + textModified.get() );