nrc.fuzzy
Class FuzzyParserSym
java.lang.Object
|
+--nrc.fuzzy.FuzzyParserSym
- public class FuzzyParserSym
- extends java.lang.Object
CUP generated class containing symbol constants.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FUZZYTERM
public static final int FUZZYTERM
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
FUZZYMODIFIER
public static final int FUZZYMODIFIER
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
FuzzyParserSym
public FuzzyParserSym()