| 1 | |
|
| 2 | |
|
| 3 | |
package org.webslinger.rules; |
| 4 | |
|
| 5 | |
public interface RulesTreeConstants |
| 6 | |
{ |
| 7 | |
public int JJTRULES = 0; |
| 8 | |
public int JJTVOID = 1; |
| 9 | |
public int JJTRULE = 2; |
| 10 | |
public int JJTACTION = 3; |
| 11 | |
public int JJTRESPONSEACTION = 4; |
| 12 | |
public int JJTSTRINGVALUE = 5; |
| 13 | |
public int JJTLOOKUPVALUE = 6; |
| 14 | |
public int JJTSPLITVALUE = 7; |
| 15 | |
public int JJTRESOLVEVALUE = 8; |
| 16 | |
public int JJTSELECTOR = 9; |
| 17 | |
public int JJTROOT = 10; |
| 18 | |
public int JJTREQATTRSELECTOR = 11; |
| 19 | |
public int JJTREQPARAMSELECTOR = 12; |
| 20 | |
public int JJTMODESELECTOR = 13; |
| 21 | |
public int JJTALLSELECTOR = 14; |
| 22 | |
public int JJTATTRIBUTERESTRICTION = 15; |
| 23 | |
public int JJTPATHSELECTOR = 16; |
| 24 | |
public int JJTTHEMEVALUE = 17; |
| 25 | |
public int JJTSIBLING = 18; |
| 26 | |
public int JJTCHILD = 19; |
| 27 | |
public int JJTCOMMANDRESTRICTION = 20; |
| 28 | |
|
| 29 | |
|
| 30 | |
public String[] jjtNodeName = { |
| 31 | |
"Rules", |
| 32 | |
"void", |
| 33 | |
"Rule", |
| 34 | |
"Action", |
| 35 | |
"ResponseAction", |
| 36 | |
"StringValue", |
| 37 | |
"LookupValue", |
| 38 | |
"SplitValue", |
| 39 | |
"ResolveValue", |
| 40 | |
"Selector", |
| 41 | |
"Root", |
| 42 | |
"ReqAttrSelector", |
| 43 | |
"ReqParamSelector", |
| 44 | |
"ModeSelector", |
| 45 | |
"AllSelector", |
| 46 | |
"AttributeRestriction", |
| 47 | |
"PathSelector", |
| 48 | |
"ThemeValue", |
| 49 | |
"Sibling", |
| 50 | |
"Child", |
| 51 | |
"CommandRestriction", |
| 52 | |
}; |
| 53 | |
} |