A CompilationProblemHandler gets access to a problem
as soon as the problem is available while the
CompilationResult only represents a summary at the
end.
Compiles the java resources "some/path/to/MyJava.java"
read through the ResourceReader and then stores the resulting
classes in the ResourceStore under "some/path/to/MyJava.class".
Create an empty resolver, which you will then
call addExpander multiple times, to map a specific expander
with a name that will be found in the drl after the expander keyword.
This method checks for the conditions when local declarations should be read from a tuple instead
of the right object when resolving declarations in an accumulate
A Java 1.5 grammar for ANTLR v3 derived from the spec
This is a very close representation of the spec; the changes
are comestic (remove left recursion) and also fixes (the spec
isn't exactly perfect).
Use the current stacked followset to work out the valid tokens that
can follow on from the current point in the parse, then recover by
eating tokens that are not a member of the follow set we compute.