Interface DelpParserConstants

All Known Implementing Classes:
DelpParser, DelpParserTokenManager

public interface DelpParserConstants
This interface defines constants used by the `DelpParser` for token identification and lexical states. These constants are generated by JavaCC and represent the various tokens and lexical states used during parsing.

The interface includes both integer constants for token IDs and a corresponding array of literal token values for easier reference and debugging.

Note: This file is generated by JavaCC and should not be modified manually.