home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / un2maiq4 / pjjava / src / pj / io / storyparsersymbols.java < prev    next >
Encoding:
Java Source  |  1996-08-14  |  803 b   |  27 lines

  1.  
  2. //----------------------------------------------------
  3. // The following code was generated by JavaCup v0.9b
  4. // Mon Dec 25 22:31:55  1995
  5. //----------------------------------------------------
  6.  
  7. package pj.io;
  8.  
  9. /** JavaCup generated class containing symbol constants. */
  10. public class StoryParserSymbols {
  11.   /* terminals */
  12.   static final int ATTRIB_SECTION = 8;
  13.   static final int EOF = 0;
  14.   static final int LINE = 12;
  15.   static final int ATTRIB_SUBSECT = 9;
  16.   static final int error = 1;
  17.   static final int START_STORY = 2;
  18.   static final int STOP_BODY = 7;
  19.   static final int START_BODY = 4;
  20.   static final int START_TITLE = 3;
  21.   static final int ATTRIB_TYPE = 10;
  22.   static final int STOP_STORY = 5;
  23.   static final int ATTRIB_KEYS = 11;
  24.   static final int STOP_TITLE = 6;
  25. };
  26.  
  27.