Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran-dev] Breaking Changes to AST Classes

I have a few breaking changes I would like to commit to CVS within the
next couple of weeks.  Mainly, they consist of turning some of the
Parser class's internal classes (IASTNode, ASTVisitor, etc.) into
top-level classes in the org.eclipse.photran.internal.core.generated
package.  There might be a couple of renamed classes as well; I'll
post here if this is the case.

These are breaking changes only because your existing import
statements will need to be changed (Source > Organize Imports) to
accommodate them.

This will significantly reduce the size of the Parser class, which --
interestingly -- will also make Java Content Assist more responsive.
(The large Parser class is why it takes several seconds to activate.
Surprise.)

I will plan to commit these Wednesday unless someone requests that I defer them.

Jeff


Back to the top