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

📄 parserconstants.java

📁 Sematic Assessment System: Java GUI application that store all data in an Ontology in protege.
💻 JAVA
字号:
/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */
package edu.stanford.smi.protege.storage.clips;

public interface ParserConstants {

  int EOF = 0;
  int COMMENT_LINE = 5;
  int EOL = 6;
  int BLANK_COMMENT = 7;
  int TEXT_COMMENT = 8;
  int QUESTION_NONE = 9;
  int QUESTION_DEFAULT = 10;
  int LPAREN = 11;
  int RPAREN = 12;
  int BRA = 13;
  int KET = 14;
  int EXTENSION = 15;
  int ABSTRACT = 16;
  int ACCESS = 17;
  int ALLOWED_CLASSES = 18;
  int ALLOWED_FLOATS = 19;
  int ALLOWED_GRAMMAR = 20;
  int ALLOWED_INTEGERS = 21;
  int ALLOWED_PARENTS = 22;
  int ALLOWED_STRINGS = 23;
  int ALLOWED_SYMBOLS = 24;
  int ALLOWED_VALUES = 25;
  int ANY = 26;
  int ASSOCIATED_FACET = 27;
  int BUILD = 28;
  int CARDINALITY = 29;
  int COMMENT = 30;
  int COMPOSITE = 31;
  int CONCRETE = 32;
  int CREATE_ACCESSOR = 33;
  int DEFAULT_ = 34;
  int DEFCLASS = 35;
  int EXCLUSIVE = 36;
  int FLOAT = 37;
  int INCLUDE = 38;
  int INHERIT = 39;
  int INITIALIZER_ONLY = 40;
  int INSTANCE = 41;
  int INTEGER = 42;
  int INVERSE_SLOT = 43;
  int IS_A = 44;
  int LOCAL = 45;
  int MULTISLOT = 46;
  int NO_INHERIT = 47;
  int NON_REACTIVE = 48;
  int NOTE = 49;
  int OF = 50;
  int OVERRIDE_MESSAGE = 51;
  int PATTERN_MATCH = 52;
  int PRIVATE = 53;
  int PROPAGATION = 54;
  int PUBLIC = 55;
  int RANGE = 56;
  int REACTIVE = 57;
  int READ = 58;
  int READ_ONLY = 59;
  int READ_WRITE = 60;
  int ROLE = 61;
  int SINGLE_SLOT = 62;
  int SHARED = 63;
  int SLOT = 64;
  int SOURCE = 65;
  int STORAGE = 66;
  int STRING = 67;
  int SUBSLOT_OF = 68;
  int SYMBOL = 69;
  int TYPE = 70;
  int USER_FACET = 71;
  int VALUE = 72;
  int VISIBILITY = 73;
  int VERSION = 74;
  int WRITE = 75;
  int INSTANCE_NAME_LITERAL = 76;
  int STRING_LITERAL = 77;
  int SYMBOL_LITERAL = 78;
  int SYMBOL_CHAR_START = 79;
  int SYMBOL_CHAR_MIDDLE = 80;

  int DEFAULT = 0;

  String[] tokenImage = {
    "<EOF>",
    "\" \"",
    "\"\\t\"",
    "\"\\n\"",
    "\"\\r\"",
    "<COMMENT_LINE>",
    "<EOL>",
    "<BLANK_COMMENT>",
    "<TEXT_COMMENT>",
    "\"?NONE\"",
    "\"?DEFAULT\"",
    "\"(\"",
    "\")\"",
    "\"[\"",
    "\"]\"",
    "\";+\"",
    "\"abstract\"",
    "\"access\"",
    "\"allowed-classes\"",
    "\"allowed-floats\"",
    "\"allowed-grammar\"",
    "\"allowed-integers\"",
    "\"allowed-parents\"",
    "\"allowed-strings\"",
    "\"allowed-symbols\"",
    "\"allowed-values\"",
    "\"ANY\"",
    "\"associated-facet\"",
    "\"build\"",
    "\"cardinality\"",
    "\"comment\"",
    "\"composite\"",
    "\"concrete\"",
    "\"create-accessor\"",
    "\"default\"",
    "\"defclass\"",
    "\"exclusive\"",
    "\"FLOAT\"",
    "\"include\"",
    "\"inherit\"",
    "\"initializer-only\"",
    "\"INSTANCE\"",
    "\"INTEGER\"",
    "\"inverse-slot\"",
    "\"is-a\"",
    "\"local\"",
    "\"multislot\"",
    "\"no-inherit\"",
    "\"non-reactive\"",
    "\"note\"",
    "\"of\"",
    "\"override-message\"",
    "\"pattern-match\"",
    "\"PRIVATE\"",
    "\"propagation\"",
    "\"PUBLIC\"",
    "\"range\"",
    "\"reactive\"",
    "\"read\"",
    "\"read-only\"",
    "\"read-write\"",
    "\"role\"",
    "\"single-slot\"",
    "\"shared\"",
    "\"slot\"",
    "\"source\"",
    "\"storage\"",
    "\"STRING\"",
    "\"subslot-of\"",
    "\"SYMBOL\"",
    "\"type\"",
    "\"user-facet\"",
    "\"value\"",
    "\"VISIBILITY\"",
    "\"version\"",
    "\"write\"",
    "<INSTANCE_NAME_LITERAL>",
    "<STRING_LITERAL>",
    "<SYMBOL_LITERAL>",
    "<SYMBOL_CHAR_START>",
    "<SYMBOL_CHAR_MIDDLE>",
  };

}

⌨️ 快捷键说明

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