Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
ACTIVATED_NAME |
"activated" |
private static final java.lang.String |
DEACTIVATED_NAME |
"deactivated" |
private static final java.lang.String |
INSTALLED_NAME |
"installed" |
private static final java.lang.String |
UNINSTALLED_NAME |
"uninstalled" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ACCESS_READ |
1 |
public static final int |
ACCESS_WRITE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
ADDRESS_PREFIX |
"address:" |
private static final java.lang.String |
BOOT_PREFIX |
"boot:" |
public static final java.lang.String |
BYTEMAN_PREFIX |
"org.jboss.byteman." |
private static final java.lang.String |
LISTENER_PREFIX |
"listener:" |
private static final java.lang.String |
PORT_PREFIX |
"port:" |
private static final java.lang.String |
PROP_PREFIX |
"prop:" |
private static final java.lang.String |
REDEFINE_PREFIX |
"redefine:" |
private static final java.lang.String |
SCRIPT_PREFIX |
"script:" |
private static final java.lang.String |
SYS_PREFIX |
"sys:" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
JAVA_METHOD_SPEC_PATTERN |
"[A-Za-z0-9$.]+ +[A-Za-z0-9$]+\\(.*\\)" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ALLOW_CONFIG_UPDATE |
"org.jboss.byteman.allow.config.update" |
public static final java.lang.String |
BYTEMAN_PACKAGE_PREFIX |
"org.jboss.byteman." |
public static final java.lang.String |
BYTEMAN_SAMPLE_PACKAGE_PREFIX |
"org.jboss.byteman.sample." |
public static final java.lang.String |
BYTEMAN_TEST_PACKAGE_PREFIX |
"org.jboss.byteman.tests." |
public static final java.lang.String |
COMPILE_TO_BYTECODE |
"org.jboss.byteman.compile.to.bytecode" |
public static final java.lang.String |
COMPILE_TO_BYTECODE_COMPATIBILITY |
"org.jboss.byteman.compileToBytecode" |
public static final java.lang.String |
DEBUG |
"org.jboss.byteman.debug" |
public static final java.lang.String |
DUMP_CFG |
"org.jboss.byteman.dump.cfg" |
public static final java.lang.String |
DUMP_CFG_PARTIAL |
"org.jboss.byteman.dump.cfg.partial" |
public static final java.lang.String |
DUMP_GENERATED_CLASSES |
"org.jboss.byteman.dump.generated.classes" |
public static final java.lang.String |
DUMP_GENERATED_CLASSES_DIR |
"org.jboss.byteman.dump.generated.classes.directory" |
public static final java.lang.String |
DUMP_GENERATED_CLASSES_INTERMEDIATE |
"org.jboss.byteman.dump.generated.classes.intermediate" |
public static final java.lang.String |
JAVA_LANG_PACKAGE_PREFIX |
"java.lang." |
public static final java.lang.String |
SKIP_OVERRIDE_RULES |
"org.jboss.byteman.skip.override.rules" |
public static final java.lang.String |
SYSPROPS_STRICT_MODE |
"org.jboss.byteman.sysprops.strict" |
public static final java.lang.String |
TRANSFORM_ALL |
"org.jboss.byteman.transform.all" |
public static final java.lang.String |
TRANSFORM_ALL_COMPATIBILITY |
"org.jboss.byteman.quodlibet" |
public static final java.lang.String |
VERBOSE |
"org.jboss.byteman.verbose" |
public static final java.lang.String |
VERIFY_TRANSFORMED_BYTES |
"org.jboss.byteman.verify.transformed.bytes" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INSN_FIELD |
8 |
public static final int |
INSN_IINC |
4 |
public static final int |
INSN_INT |
1 |
public static final int |
INSN_JUMP |
5 |
public static final int |
INSN_LDC |
2 |
public static final int |
INSN_LOOKUP |
7 |
public static final int |
INSN_METHOD |
9 |
public static final int |
INSN_MULTIANEWARRAY |
11 |
public static final int |
INSN_NONE |
0 |
public static final int |
INSN_TSWITCH |
6 |
public static final int |
INSN_TYPE |
10 |
public static final int |
INSN_UNUSED |
99 |
public static final int |
INSN_VAR |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
CONTAINS |
2 |
private static final int |
OVERLAPS |
1 |
private static final int |
UNKNOWN |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
BYTEMAN_HOME_ENV_VAR |
"BYTEMAN_HOME" |
private static final java.lang.String |
BYTEMAN_HOME_SYSTEM_PROP |
"org.jboss.byteman.home" |
private static final java.lang.String |
BYTEMAN_PREFIX |
"org.jboss.byteman." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_ADDRESS |
"localhost" |
public static final int |
DEFAULT_PORT |
9091 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
BIND_VAR |
-2 |
private static final int |
HELPER |
-1 |
private static final int |
INVOKE_PARAM_ARRAY_VAR |
-8 |
private static final int |
LOCAL_VAR |
-3 |
private static final int |
PARAM_ARRAY_VAR |
-7 |
private static final int |
PARAM_COUNT_VAR |
-6 |
private static final int |
RETURN_VAR |
-4 |
private static final int |
THROWABLE_VAR |
-5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BIND_IDX |
-2 |
public static final int |
HELPER_IDX |
-1 |
public static final int |
INVOKE_PARAM_ARRAY_IDX |
-8 |
public static final int |
LOCAL_IDX |
-3 |
public static final int |
PARAM_ARRAY_IDX |
-7 |
public static final int |
PARAM_COUNT_IDX |
-6 |
public static final int |
RETURN_VALUE_IDX |
-4 |
public static final int |
THROWABLE_VALUE_IDX |
-5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AND |
8257 |
public static final int |
ASSIGN |
9217 |
public static final int |
BAND |
8449 |
public static final int |
BINARY |
8192 |
public static final int |
BOR |
8448 |
public static final int |
BXOR |
8450 |
public static final int |
COND |
18432 |
public static final int |
DIV |
8706 |
public static final int |
EQ |
8320 |
public static final int |
GE |
8324 |
public static final int |
GT |
8322 |
public static final int |
LE |
8325 |
public static final int |
LT |
8323 |
public static final int |
MINUS |
8708 |
public static final int |
MOD |
8709 |
public static final int |
MUL |
8705 |
public static final int |
NE |
8321 |
public static final int |
NOT |
4112 |
public static final int |
OR |
8256 |
public static final int |
PLUS |
8707 |
public static final int |
TERNARY |
16384 |
public static final int |
TWIDDLE |
4128 |
public static final int |
UMINUS |
4608 |
public static final int |
UNARY |
4096 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
COMMENT |
6 |
public static final int |
QUOTEDIDENT |
4 |
public static final int |
STRING |
2 |
public static final int |
YYEOF |
-1 |
public static final int |
YYINITIAL |
0 |
private static final java.lang.String |
ZZ_ACTION_PACKED_0 |
"\u0004\u0000\u0001\u0001\u0002\u0002\u0001\u0003\u0001\u0001\u0002\u0004\u0001\u0005\u0001\u0003\u0001\u0006\u0017\u0003\u0001\u0007\u0001\b\u0001\t\u0001\n\u0001\u000b\u0001\f\u0001\r\u0001\u000e\u0001\u000f\u0001\u0010\u0001\u0011\u0001\u0012\u0001\u0013\u0001\u0014\u0001\u0015\u0001\u0016\u0002\u0003\u0001\u0017\u0002\u0003\u0001\u0018\u0001\u0019\u0001\u001a\u0001\u001b\u0001\u001c\u0001\u001d\u0001\u001e\u0001\u001f\u0001 \u0001!\u0001\"\u0001\u001e\u0002#\u0001$\u0001%\u0002&\u0003\'\u0002\u0000\u0001(\u0001)\u0001\u0003\u0001*\u0002\u0003\u0001+\u0001\u0003\u0001,\u0001\u0003\u0001+\u0005\u0003\u0001-\u0003\u0003\u0001\u0013\u0001.\u0006\u0003\u0001\u000e\u0001/\u0001\u0003\u0001)\u0001/\u0001\u0000\u0001-\u00010\u0001+\u0001.\u0006\u0003\u00011\u00012\u00013\u00014\u0002(\u0001\u0000\u0002(\u0001\u0003\u0001\u0012\u0001\u0003\u00015\u0002\u0003\u0001\u0012\f\u0003\u00010\u0001\r\u0001\u0003\u0001\u0018\u0003\u0003\u00016\u0001\u0003\u00017\u0007\u0003\u00018\u0006\u0003\u0001\u0005\u0004\u0003\u00019\u0001\u0016\u0001:\u0002\u0003\u0001\u000f\u0001\u0003\u0001\u0017\u0001\u0003\u0001;\u0001<" |
private static final java.lang.String |
ZZ_ATTRIBUTE_PACKED_0 |
"\u0004\u0000\u0001\t\u0001\u0001\u0001\t\u0006\u0001\u0001\t\u0017\u0001\u0006\t\u0007\u0001\u0003\t\u0002\u0001\u0001\t\u0002\u0001\u0006\t\u0001\u0001\u0003\t\u0003\u0001\u0003\t\u0001\u0001\u0001\t\u0001\u0001\u0001\t\u0001\u0001\u0002\u0000\u001f\u0001\u0002\t\u0001\u0000\u0004\t\u0006\u0001\u0005\t\u0001\u0001\u0001\u0000\u0016\u0001\u0001\t&\u0001" |
private static final int |
ZZ_BUFFERSIZE |
16384 |
private static final java.lang.String |
ZZ_CMAP_PACKED |
"\t\u0000\u0001\u0003\u0001\u0002\u0001\u0000\u0001\u0003\u0001\u0001\u0012\u0000\u0001\u0003\u00015\u0001H\u0001F\u0001\u0005\u0001C\u00014\u0001I\u0001*\u0001+\u0001;\u0001\b\u0001/\u00012\u0001\n\u0001>\u0001\u0006\t\u0007\u0001E\u0001.\u00011\u00010\u00018\u0001D\u0001G\u0001\"\u0001\u000b\u0001\u0004\u0001\u000e\u0001\u001f\u0001\u0013\u0001\u0019\u0001\u0018\u0001\f\u0002\u0004\u0001#\u0001<\u0001\r\u0001\u0015\u0001A\u00016\u0001\u001d\u0001$\u0001\u0017\u0001\u001e\u0001?\u0001(\u0003\u0004\u0001,\u0001J\u0001-\u00019\u0001\u0004\u0001\u0000\u0001%\u0001\u000f\u0001\u0004\u0001\u0012\u0001\t\u0001\u0014\u0001\u001c\u0001\u001b\u0001\u0010\u0002\u0004\u0001&\u0001=\u0001\u0011\u0001\u0016\u0001B\u00017\u0001 \u0001\'\u0001\u001a\u0001!\u0001@\u0001)\u0003\u0004\u0001\u0000\u00013\u0001\u0000\u0001:\uff81\u0000" |
private static final int |
ZZ_NO_MATCH |
1 |
private static final int |
ZZ_PUSHBACK_2BIG |
2 |
private static final java.lang.String |
ZZ_ROWMAP_PACKED_0 |
"\u0000\u0000\u0000K\u0000\u0096\u0000\u00e1\u0000\u012c\u0000\u0177\u0000\u012c\u0000\u01c2\u0000\u020d\u0000\u0258\u0000\u02a3\u0000\u02ee\u0000\u0339\u0000\u012c\u0000\u0384\u0000\u03cf\u0000\u041a\u0000\u0465\u0000\u04b0\u0000\u04fb\u0000\u0546\u0000\u0591\u0000\u05dc\u0000\u0627\u0000\u0672\u0000\u06bd\u0000\u0708\u0000\u0753\u0000\u079e\u0000\u07e9\u0000\u0834\u0000\u087f\u0000\u08ca\u0000\u0915\u0000\u0960\u0000\u09ab\u0000\u09f6\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u0a41\u0000\u0a8c\u0000\u02ee\u0000\u0ad7\u0000\u0b22\u0000\u0b6d\u0000\u0bb8\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u0c03\u0000\u0c4e\u0000\u012c\u0000\u0c99\u0000\u0ce4\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u0d2f\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u0d7a\u0000\u0dc5\u0000\u0e10\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u0e5b\u0000\u012c\u0000\u0ea6\u0000\u012c\u0000\u0ef1\u0000\u0f3c\u0000\u0f87\u0000\u0fd2\u0000\u01c2\u0000\u101d\u0000\u01c2\u0000\u1068\u0000\u10b3\u0000\u10fe\u0000\u1149\u0000\u01c2\u0000\u1194\u0000\u11df\u0000\u122a\u0000\u1275\u0000\u12c0\u0000\u130b\u0000\u1356\u0000\u01c2\u0000\u13a1\u0000\u13ec\u0000\u1437\u0000\u01c2\u0000\u01c2\u0000\u1482\u0000\u14cd\u0000\u1518\u0000\u1563\u0000\u15ae\u0000\u15f9\u0000\u01c2\u0000\u01c2\u0000\u1644\u0000\u012c\u0000\u012c\u0000\u168f\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u16da\u0000\u1725\u0000\u1770\u0000\u17bb\u0000\u1806\u0000\u1851\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u012c\u0000\u189c\u0000\u18e7\u0000\u1932\u0000\u197d\u0000\u19c8\u0000\u1a13\u0000\u1a5e\u0000\u01c2\u0000\u1aa9\u0000\u1af4\u0000\u1b3f\u0000\u1b8a\u0000\u1bd5\u0000\u1c20\u0000\u1c6b\u0000\u1cb6\u0000\u1d01\u0000\u1d4c\u0000\u1d97\u0000\u1de2\u0000\u1e2d\u0000\u1e78\u0000\u1ec3\u0000\u01c2\u0000\u012c\u0000\u1f0e\u0000\u01c2\u0000\u1f59\u0000\u1fa4\u0000\u1fef\u0000\u01c2\u0000\u203a\u0000\u01c2\u0000\u2085\u0000\u20d0\u0000\u211b\u0000\u2166\u0000\u21b1\u0000\u21fc\u0000\u2247\u0000\u01c2\u0000\u2292\u0000\u22dd\u0000\u2328\u0000\u2373\u0000\u23be\u0000\u2409\u0000\u01c2\u0000\u2454\u0000\u249f\u0000\u24ea\u0000\u2535\u0000\u01c2\u0000\u01c2\u0000\u01c2\u0000\u2580\u0000\u25cb\u0000\u01c2\u0000\u2616\u0000\u01c2\u0000\u2661\u0000\u01c2\u0000\u01c2" |
private static final java.lang.String |
ZZ_TRANS_PACKED_0 |
"\u0001\u0005\u0001\u0006\u0002\u0007\u0001\b\u0001\t\u0001\n\u0001\u000b\u0001\f\u0001\r\u0001\u000e\u0001\u000f\u0001\u0010\u0001\u0011\u0001\u0012\u0001\u0013\u0001\u0014\u0001\u0015\u0001\u0016\u0001\u0017\u0001\u0018\u0001\u0019\u0001\u001a\u0001\u001b\u0001\b\u0001\u001c\u0001\u001d\u0001\b\u0001\u001e\u0001\u001f\u0001\b\u0001 \u0001!\u0001\b\u0001\"\u0001#\u0001\b\u0001$\u0001%\u0003\b\u0001&\u0001\'\u0001(\u0001)\u0001*\u0001+\u0001,\u0001-\u0001.\u0001/\u00010\u00011\u0002\b\u00012\u00013\u00014\u00015\u00016\u00017\u00018\u0002\b\u00019\u0001:\u0001;\u0001<\u0001=\u0001>\u0001\u0005\u0001?\u0001@\u0001\u0005\u0001A\u0001B\u0001CEA\u0001D\u0001A\u0001E\u0001F\u0001G\u0001HFF\u0001I\u0001F\u0001J\u0001K\u0001LHJM\u0000\u0001\u0007L\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0001M\u0001\u0000\u0001N\u0001O\u0001P\u0001M\u0001\u0000\u001fM\b\u0000\u0001P\u0002\u0000\u0001N\u0002M\u0001\u0000\u0001N\u0001\u0000\u0001N\u0002M\u0001\u0000\u0004M\u0003\u0000\u0002N\f\u0000\u0001Q\u0001R\u0014\u0000\u0001Q1\u0000\u0002\u000b\u0001\u0000\u0001Q\u0001R\u0014\u0000\u0001Q1\u0000\u0001\n\u0001\u000bG\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001f\b\f\u0000\u0001\b\u0001S\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0001\b\u0001T\u001d\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\b\b\u0001U\u0016\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\n\b\u0001V\b\b\u0001W\u0001X\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0001\b\u0001Y\b\b\u0001Z\u0014\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0005\b\u0001[\u0019\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\t\b\u0001U\u0015\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\\\u0001\u0000\u000b\b\u0001]\n\b\u0001^\b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0005\b\u0001_\u0005\b\u0001Z\u0013\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0017\b\u0001`\u0007\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001a\b\u0001a\u0004\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0012\b\u0001b\f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0015\b\u0001b\t\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0001\b\u0001c\u000b\b\u0001d\u0004\b\u0001e\f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\f\b\u0001f\u0007\b\u0001g\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0005\b\u0001h\n\b\u0001i\u0004\b\u0001j\t\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001g\u0001\u0000\u000f\b\u0001f\u000f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0014\b\u0001k\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001f\b\f\u0000\u0001S\u0001\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001l\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0002\b\u0001m\u001c\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\f\b\u0001n\u0007\b\u0001o\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0006\b\u0001p\u0018\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001o\u0001\u0000\u000f\b\u0001n\u000f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b8\u0000\u0001qJ\u0000\u0001r\u0001\u0000\u0001sK\u0000\u0001tK\u0000\u0001uF\u0000\u0001vJ\u0000\u0001w\u001e\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0001\b\u0001x\b\b\u0001y\u0014\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0005\b\u0001z\u0005\b\u0001{\u0013\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0018\b\u0001|\u0006\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001b\b\u0001}\u0003\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\b\u0000\u0001A\u0002\u0000EA\u0001\u0000\u0001A\u0012\u0000\u0001~\b\u0000\u0001\u007f\u0005\u0000\u0001\u0080\'\u0000\u0001\u0081\u0002\u0000\u0001F\u0002\u0000FF\u0001\u0000\u0001F\u0002\u0000\u0001HJ\u0000\u0001LL\u0000\u0004M\u0001\u0000\u0001M\u0001\u0000\u001fM\f\u0000\u0002M\u0004\u0000\u0002M\u0001\u0000\u0004M\u000e\u0000\u0002OI\u0000\u0001N\u0001OI\u0000\u0001\u0082\u0001\u0083\u0001\u0084)\u0000\u0001\u0084\u001e\u0000\u0001\u0085\u0001\u0086\u0001\u0000\u0001Q\u0015\u0000\u0001Q/\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0002\b\u0001\u0087\u001c\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\f\b\u0001\u0088\u0012\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0018\b\u0001\u0089\u0006\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001d\b\u0001\u008a\u0001\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0001\u008b\u0003\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0006\b\u0001\u008c\u0018\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001e\b\u0001\u008a\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u000f\b\u0001\u008d\u000f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001b\b\u0001\u008e\u0003\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0001\b\u0001\u008f\u0002\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0018\b\u0001\u0090\u0006\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001b\b\u0001\u0091\u0003\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0001\u0092\u0001\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0012\b\u0001\u0093\f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0013\b\u0001\u0094\u000b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0001\b\u0001\u0095\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0015\b\u0001\u0096\t\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0016\b\u0001\u0097\b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\f\b\u0001\u0098\u0012\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u000f\b\u0001\u0099\u000f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0003\b\u0001\u009a\u001b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0007\b\u0001\u009a\u0017\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b:\u0000\u0001\u009b\u001c\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0002\b\u0001\u009c\u001c\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0003\b\u0001\u009d\u001b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0006\b\u0001\u009e\u0018\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0007\b\u0001\u009d\u0017\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0013\b\u0001\u009f\u000b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0016\b\u0001\u00a0\b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\u000e\u0000\u0002\u0083I\u0000\u0001\u0082\u0001\u0083L\u0000\u0001Q\u0015\u0000\u0001Q1\u0000\u0002\u0086\u0001\u0000\u0001Q\u0015\u0000\u0001Q/\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0003\b\u0001\u00a1\u001b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\r\b\u0001\u00a2\u0011\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0018\b\u0001\u00a3\u0006\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0001\b\u0001\u00a4\u001d\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0007\b\u0001\u00a1\u0017\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0010\b\u0001\u00a5\u000e\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001b\b\u0001\u00a3\u0003\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0005\b\u0001\u00a6\u0019\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0019\b\u0001\u00a7\u0005\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001c\b\u0001\u00a8\u0002\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0014\b\u0001\u00a9\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\n\b\u0001\u00aa\u0014\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0014\b\u0001\u00ab\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\u00ac\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u000b\b\u0001\u00ad\u0013\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\u00ab\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0013\b\u0001\u00ae\u000b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0016\b\u0001\u00af\b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0013\b\u0001\u00b0\u000b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0016\b\u0001\u00b1\b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0019\b\u0001\u00b2\u0005\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001c\b\u0001\u00b2\u0002\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0001\b\u0001\u00b3\u001d\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0003\b\u0001\u00b4\u001b\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0005\b\u0001\u00b5\u0019\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0007\b\u0001\u00b6\u0017\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0014\b\u0001\u00b7\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\u00b7\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0019\b\u0001\u00b8\u0005\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001d\b\u0001\u00b9\u0001\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001c\b\u0001\u00b8\u0002\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001e\b\u0001\u00b9\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0012\b\u0001\u00ba\f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0015\b\u0001\u00bb\t\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0019\b\u0001\u00bc\u0005\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u001c\b\u0001\u00bc\u0002\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0002\b\u0001\u00bd\u001c\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0014\b\u0001\u00be\n\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0006\b\u0001\u00bf\u0018\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\u00be\u0001\u0000\u001f\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0002\b\u0001\u00c0\u001c\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0006\b\u0001\u00c0\u0018\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u000e\b\u0001\u00c1\u0010\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\f\u0000\u0004\b\u0001\u0000\u0001\b\u0001\u0000\u0011\b\u0001\u00c1\r\b\f\u0000\u0002\b\u0004\u0000\u0002\b\u0001\u0000\u0004\b\b\u0000" |
private static final int |
ZZ_UNKNOWN_ERROR |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AND |
30 |
public static final int |
ARRAY |
0 |
public static final int |
ASSIGN |
1 |
public static final int |
BAND |
31 |
public static final int |
BIND |
2 |
public static final int |
BINOP |
3 |
public static final int |
BOOLEAN_LITERAL |
4 |
public static final int |
BOR |
32 |
public static final int |
BXOR |
33 |
public static final int |
COLON |
6 |
public static final int |
COMMA |
5 |
public static final int |
DIV |
34 |
public static final int |
DOLLAR |
35 |
public static final int |
EQ |
36 |
public static final int |
FIELD |
7 |
public static final int |
FLOAT_LITERAL |
8 |
public static final int |
GE |
37 |
public static final int |
GT |
38 |
public static final int |
IDENTIFIER |
9 |
public static final int |
INTEGER_LITERAL |
10 |
public static final int |
LE |
39 |
public static final int |
LT |
40 |
public static final int |
METH |
11 |
public static final int |
MINUS |
41 |
public static final int |
MOD |
42 |
public static final int |
MUL |
43 |
public static final int |
NE |
44 |
public static final int |
NEW |
20 |
public static final int |
NOT |
45 |
public static final int |
NOTHING |
12 |
public static final int |
NULL_LITERAL |
21 |
public static final int |
OR |
46 |
public static final int |
PATH |
13 |
public static final int |
PLUS |
47 |
public static final int |
RETURN |
14 |
public static final int |
SEMI |
15 |
public static final int |
STRING_LITERAL |
16 |
public static final int |
TERNOP |
17 |
public static final int |
THROW |
18 |
public static final int |
TWIDDLE |
48 |
public static final int |
UMINUS |
49 |
public static final int |
UNOP |
19 |
Modifier and Type | Constant Field | Value |
---|---|---|
static final int |
$START |
0 |
static final int |
action_expr |
11 |
static final int |
action_expr_list |
10 |
static final int |
actions |
9 |
public static final int |
AND |
20 |
static final int |
array_expr |
18 |
static final int |
array_idx |
28 |
static final int |
array_idx_list |
27 |
static final int |
arraydims |
30 |
public static final int |
ASSIGN |
15 |
public static final int |
BAND |
28 |
static final int |
binary_oper_expr |
16 |
public static final int |
BIND |
2 |
static final int |
bind_sym |
7 |
static final int |
binding |
6 |
static final int |
bindings |
5 |
public static final int |
BOOLEAN_LITERAL |
42 |
public static final int |
BOR |
27 |
public static final int |
BXOR |
29 |
static final int |
ca |
3 |
static final int |
ca_error |
38 |
static final int |
ca_error_in_action |
40 |
static final int |
ca_error_in_condition |
39 |
public static final int |
COLON |
18 |
public static final int |
COMMA |
13 |
static final int |
condition |
8 |
public static final int |
DIV |
31 |
public static final int |
DO |
4 |
public static final int |
DOLLAR |
38 |
public static final int |
DOT |
14 |
static final int |
eca |
2 |
static final int |
eca_error |
34 |
static final int |
eca_error_in_action |
37 |
static final int |
eca_error_in_condition |
36 |
static final int |
eca_error_in_event |
35 |
static final int |
eca_rule |
1 |
public static final int |
EOF |
0 |
public static final int |
EQ |
23 |
public static final int |
error |
1 |
static final int |
event |
4 |
static final int |
expr |
14 |
static final int |
expr_field_expr |
20 |
static final int |
expr_list |
13 |
static final int |
expr_meth_expr |
22 |
static final int |
field_expr |
19 |
public static final int |
FLOAT_LITERAL |
40 |
public static final int |
GE |
25 |
public static final int |
GT |
26 |
public static final int |
IDENTIFIER |
44 |
public static final int |
IF |
3 |
public static final int |
INTEGER_LITERAL |
41 |
public static final int |
LE |
22 |
public static final int |
LPAREN |
8 |
public static final int |
LSQUARE |
10 |
public static final int |
LT |
21 |
static final int |
meth_expr |
21 |
public static final int |
MINUS |
33 |
public static final int |
MOD |
34 |
public static final int |
MUL |
30 |
static final int |
name |
31 |
public static final int |
NE |
24 |
public static final int |
NEW |
16 |
static final int |
new_array_idx_list |
24 |
static final int |
new_expr |
23 |
public static final int |
NOT |
35 |
public static final int |
NOTHING |
5 |
static final int |
NT$0 |
41 |
static final int |
NT$1 |
42 |
static final int |
NT$2 |
43 |
static final int |
null_expr |
26 |
public static final int |
NULL_LITERAL |
39 |
public static final int |
OR |
19 |
static final int |
path |
33 |
public static final int |
PLUS |
32 |
public static final int |
RETURN |
6 |
public static final int |
RPAREN |
9 |
public static final int |
RSQUARE |
11 |
public static final int |
SEMI |
12 |
static final int |
simple_expr |
25 |
static final int |
simple_name |
32 |
public static final int |
STRING_LITERAL |
43 |
public static final int |
TERN_IF |
17 |
static final int |
ternary_oper_expr |
15 |
public static final int |
THROW |
7 |
static final int |
throw_return_expr |
12 |
public static final int |
TWIDDLE |
36 |
static final int |
typename |
29 |
public static final int |
UMINUS |
37 |
static final int |
unary_oper_expr |
17 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
F_ARRAY |
32 |
public static final int |
F_BOOLEAN |
1 |
public static final int |
F_FLOATING |
4 |
public static final int |
F_INTEGRAL |
2 |
public static final int |
F_NUMERIC |
6 |
public static final int |
F_OBJECT |
8 |
public static final int |
F_PRIMITIVE |
8192 |
public static final int |
F_STRING |
16384 |
public static final int |
F_UNKNOWN |
4096 |
public static final int |
F_VALUE |
7 |
public static final int |
F_VOID |
16 |