source: java/FramclipsePlugin/src/main/java/com/framsticks/framclipse/internal/parser/FramclipseNonScriptParserTreeConstants.java @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 990 bytes
Line 
1/* Generated By:JavaCC: Do not edit this line. FramclipseNonScriptParserTreeConstants.java Version 4.2 */
2package com.framsticks.framclipse.internal.parser;
3
4public interface FramclipseNonScriptParserTreeConstants
5{
6  public int JJTFRAMCLIPSEFILE = 0;
7  public int JJTFOBJECT = 1;
8  public int JJTCODESECTION = 2;
9  public int JJTFUNCTION = 3;
10  public int JJTGLOBALDECL = 4;
11  public int JJTINCLUDESTMT = 5;
12  public int JJTGLOBALINCLUDE = 6;
13  public int JJTIDENTLIST = 7;
14  public int JJTPROPERTY = 8;
15  public int JJTSINGLELINEPROPERTYVALUE = 9;
16  public int JJTVOID = 10;
17  public int JJTMULTILINEPROPERTYVALUE = 11;
18
19
20  public String[] jjtNodeName = {
21    "FramclipseFile",
22    "FObject",
23    "CodeSection",
24    "Function",
25    "GlobalDecl",
26    "IncludeStmt",
27    "GlobalInclude",
28    "IdentList",
29    "Property",
30    "SingleLinePropertyValue",
31    "void",
32    "MultiLinePropertyValue",
33  };
34}
35/* JavaCC - OriginalChecksum=d4e20cec85b7d957a56106b805797bba (do not edit this line) */
Note: See TracBrowser for help on using the repository browser.