⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simpleparserconstants.java

📁 MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections
💻 JAVA
字号:
/* Generated By:JavaCC: Do not edit this line. SimpleParserConstants.java */package it.unimi.dsi.mg4j.query.parser;public interface SimpleParserConstants {  int EOF = 0;  int AND = 5;  int OAND = 6;  int OR = 7;  int NOT = 8;  int ALIGN = 9;  int OPEN_PAREN = 10;  int CLOSE_PAREN = 11;  int OPEN_RANGE = 12;  int CLOSE_RANGE = 13;  int OPEN_ENLARGE = 14;  int CLOSE_ENLARGE = 15;  int QUOTE = 16;  int COLON = 17;  int TILDA = 18;  int PLUS = 19;  int MINUS = 20;  int SHARP = 21;  int PREFIX = 22;  int HOLE = 23;  int INTERVAL_SEPARATOR = 24;  int WORD = 25;  int DEFAULT = 0;  String[] tokenImage = {    "<EOF>",    "\" \"",    "\"\\t\"",    "\"\\n\"",    "\"\\r\"",    "<AND>",    "\"<\"",    "<OR>",    "<NOT>",    "\"^\"",    "\"(\"",    "\")\"",    "\"[\"",    "\"]\"",    "\"[[\"",    "\"]]\"",    "\"\\\"\"",    "\":\"",    "\"~\"",    "\"+\"",    "\"-\"",    "\"#\"",    "\"*\"",    "\"$\"",    "\"..\"",    "<WORD>",  };}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -