Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran-dev] Parser/AST changes in CVS

  • IASTNode, ASTVisitor, and similar classes that were originally inner classes in the Parser class are now top-level classes in the org.eclipse.photran.internal.core.generated package.  You should be able to use Source > Organize Imports to fix these automatically.
  • The following classes were renamed (since they have been repurposed slightly):
    • MultipleFileFortranRefactoring  =>  FortranResourceRefactoring
    • SingleFileFortranRefactoring  =>  FortranEditorRefactoring
Jeff

Back to the top