Skip to content
Snippets Groups Projects
Select Git revision
  • 005fc6225b35925097ba1df329bd31eabefbe3f1
  • master default protected
  • ia2
  • adql2.1-ia2
  • private_rows
5 results

TokenMgrError.java

  • gmantele's avatar
    005fc622
    [ADQL] Recompilation of the ADQLParser classes using JavaCC 6.0. · 005fc622
    gmantele authored
    Two classes have been modified after compilation:
        - ADQLParser - a simple cast for one of the automatically generated
                       constructor.
        - ParseException - the token position has been stored for better
                           syntax error messages.
    A note has been added at the top comment for both files to highlight
    the modified parts and how to restore them after re-generation.
    005fc622
    History
    [ADQL] Recompilation of the ADQLParser classes using JavaCC 6.0.
    gmantele authored
    Two classes have been modified after compilation:
        - ADQLParser - a simple cast for one of the automatically generated
                       constructor.
        - ParseException - the token position has been stored for better
                           syntax error messages.
    A note has been added at the top comment for both files to highlight
    the modified parts and how to restore them after re-generation.