/* Generated By:JavaCC: Do not edit this line. SemgrexParserConstants.java */ package edu.stanford.nlp.semgraph.semgrex; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ interface SemgrexParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int RELATION = 4; /** RegularExpression Id. */ int ALIGNRELN = 5; /** RegularExpression Id. */ int IDENTIFIER = 6; /** RegularExpression Id. */ int NUMBER = 7; /** RegularExpression Id. */ int EMPTY = 8; /** RegularExpression Id. */ int ROOT = 9; /** RegularExpression Id. */ int REGEX = 10; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "<EOF>", "\" \"", "\"\\r\"", "\"\\t\"", "<RELATION>", "\"@\"", "<IDENTIFIER>", "<NUMBER>", "\"#\"", "\"$\"", "<REGEX>", "\"\\n\"", "\":\"", "\"(\"", "\")\"", "\"|\"", "\"&\"", "\"!\"", "\"?\"", "\"[\"", "\"]\"", "\",\"", "\"=\"", "\"{\"", "\";\"", "\"}\"", }; }