home *** CD-ROM | disk | FTP | other *** search
Java Source | 1996-08-14 | 803 b | 27 lines |
-
- //----------------------------------------------------
- // The following code was generated by JavaCup v0.9b
- // Mon Dec 25 22:31:55 1995
- //----------------------------------------------------
-
- package pj.io;
-
- /** JavaCup generated class containing symbol constants. */
- public class StoryParserSymbols {
- /* terminals */
- static final int ATTRIB_SECTION = 8;
- static final int EOF = 0;
- static final int LINE = 12;
- static final int ATTRIB_SUBSECT = 9;
- static final int error = 1;
- static final int START_STORY = 2;
- static final int STOP_BODY = 7;
- static final int START_BODY = 4;
- static final int START_TITLE = 3;
- static final int ATTRIB_TYPE = 10;
- static final int STOP_STORY = 5;
- static final int ATTRIB_KEYS = 11;
- static final int STOP_TITLE = 6;
- };
-
-