Constant Field Values


Contents
onig4j.*

onig4j.OnigCaseFoldType
public static final int ONIGENC_GET_CASE_FOLD_CODES_MAX_NUM 13
public static final int ONIGENC_MAX_COMP_CASE_FOLD_CODE_LEN 3

onig4j.OnigRegex
public static final int ONIG_MISMATCH -1
public static final int ONIG_NO_SUPPORT_CONFIG -2
public static final int ONIG_NORMAL 0
public static final int ONIGERR_CHAR_CLASS_VALUE_AT_END_OF_RANGE -110
public static final int ONIGERR_CHAR_CLASS_VALUE_AT_START_OF_RANGE -111
public static final int ONIGERR_CONTROL_CODE_SYNTAX -109
public static final int ONIGERR_DEFAULT_ENCODING_IS_NOT_SETTED -21
public static final int ONIGERR_EMPTY_CHAR_CLASS -102
public static final int ONIGERR_EMPTY_GROUP_NAME -214
public static final int ONIGERR_EMPTY_RANGE_IN_CHAR_CLASS -203
public static final int ONIGERR_END_PATTERN_AT_CONTROL -106
public static final int ONIGERR_END_PATTERN_AT_ESCAPE -104
public static final int ONIGERR_END_PATTERN_AT_LEFT_BRACE -100
public static final int ONIGERR_END_PATTERN_AT_LEFT_BRACKET -101
public static final int ONIGERR_END_PATTERN_AT_META -105
public static final int ONIGERR_END_PATTERN_IN_GROUP -118
public static final int ONIGERR_END_PATTERN_WITH_UNMATCHED_PARENTHESIS -117
public static final int ONIGERR_GROUP_NUMBER_OVER_FOR_CAPTURE_HISTORY -222
public static final int ONIGERR_INVALID_ARGUMENT -30
public static final int ONIGERR_INVALID_BACKREF -208
public static final int ONIGERR_INVALID_CHAR_IN_GROUP_NAME -216
public static final int ONIGERR_INVALID_CHAR_PROPERTY_NAME -223
public static final int ONIGERR_INVALID_CODE_POINT_VALUE -400
public static final int ONIGERR_INVALID_COMBINATION_OF_OPTIONS -403
public static final int ONIGERR_INVALID_GROUP_NAME -215
public static final int ONIGERR_INVALID_LOOK_BEHIND_PATTERN -122
public static final int ONIGERR_INVALID_POSIX_BRACKET_TYPE -121
public static final int ONIGERR_INVALID_REPEAT_RANGE_PATTERN -123
public static final int ONIGERR_INVALID_WIDE_CHAR_VALUE -400
public static final int ONIGERR_MATCH_STACK_LIMIT_OVER -15
public static final int ONIGERR_MEMORY -5
public static final int ONIGERR_META_CODE_SYNTAX -108
public static final int ONIGERR_MISMATCH_CODE_LENGTH_IN_CLASS_RANGE -204
public static final int ONIGERR_MULTIPLEX_DEFINED_NAME -219
public static final int ONIGERR_MULTIPLEX_DEFINITION_NAME_CALL -220
public static final int ONIGERR_NESTED_REPEAT_OPERATOR -115
public static final int ONIGERR_NEVER_ENDING_RECURSION -221
public static final int ONIGERR_NOT_SUPPORTED_ENCODING_COMBINATION -402
public static final int ONIGERR_NUMBERED_BACKREF_OR_CALL_NOT_ALLOWED -209
public static final int ONIGERR_OVER_THREAD_PASS_LIMIT_COUNT -1001
public static final int ONIGERR_PARSER_BUG -11
public static final int ONIGERR_PREMATURE_END_OF_CHAR_CLASS -103
public static final int ONIGERR_SPECIFIED_ENCODING_CANT_CONVERT_TO_WIDE_CHAR -22
public static final int ONIGERR_STACK_BUG -12
public static final int ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID -114
public static final int ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED -113
public static final int ONIGERR_TOO_BIG_BACKREF_NUMBER -207
public static final int ONIGERR_TOO_BIG_NUMBER -200
public static final int ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE -201
public static final int ONIGERR_TOO_BIG_WIDE_CHAR_VALUE -401
public static final int ONIGERR_TOO_LONG_WIDE_CHAR_VALUE -212
public static final int ONIGERR_TOO_MANY_MULTI_BYTE_RANGES -205
public static final int ONIGERR_TOO_SHORT_MULTI_BYTE_STRING -206
public static final int ONIGERR_TYPE_BUG -6
public static final int ONIGERR_UNDEFINED_BYTECODE -13
public static final int ONIGERR_UNDEFINED_GROUP_OPTION -119
public static final int ONIGERR_UNDEFINED_GROUP_REFERENCE -218
public static final int ONIGERR_UNDEFINED_NAME_REFERENCE -217
public static final int ONIGERR_UNEXPECTED_BYTECODE -14
public static final int ONIGERR_UNMATCHED_CLOSE_PARENTHESIS -116
public static final int ONIGERR_UNMATCHED_RANGE_SPECIFIER_IN_CHAR_CLASS -112
public static final int ONIGERR_UPPER_SMALLER_THAN_LOWER_IN_REPEAT_RANGE -202

onig4j.OnigRegion
public static final int ONIG_TRAVERSE_CALLBACK_AT_BOTH 3
public static final int ONIG_TRAVERSE_CALLBACK_AT_FIRST 1
public static final int ONIG_TRAVERSE_CALLBACK_AT_LAST 2

onig4j.OnigSyntaxType
public static final int ONIG_INEFFECTIVE_META_CHAR 0
public static final int ONIG_META_CHAR_ANYCHAR 1
public static final int ONIG_META_CHAR_ANYCHAR_ANYTIME 5
public static final int ONIG_META_CHAR_ANYTIME 2
public static final int ONIG_META_CHAR_ESCAPE 0
public static final int ONIG_META_CHAR_ONE_OR_MORE_TIME 4
public static final int ONIG_META_CHAR_ZERO_OR_ONE_TIME 3
public static final int ONIG_SYN_ALLOW_DOUBLE_RANGE_OP_IN_CC 8388608
public static final int ONIG_SYN_ALLOW_EMPTY_RANGE_IN_CC 4194304
public static final int ONIG_SYN_ALLOW_INTERVAL_LOW_ABBREV 16
public static final int ONIG_SYN_ALLOW_INVALID_INTERVAL 8
public static final int ONIG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME 256
public static final int ONIG_SYN_ALLOW_UNMATCHED_CLOSE_SUBEXP 4
public static final int ONIG_SYN_BACKSLASH_ESCAPE_IN_CC 2097152
public static final int ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP 128
public static final int ONIG_SYN_CONTEXT_INDEP_ANCHORS -2147483648
public static final int ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS 1
public static final int ONIG_SYN_CONTEXT_INVALID_REPEAT_OPS 2
public static final int ONIG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND 64
public static final int ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY 512
public static final int ONIG_SYN_NOT_NEWLINE_IN_NEGATIVE_CC 1048576
public static final int ONIG_SYN_OP_ASTERISK_ZERO_INF 4
public static final int ONIG_SYN_OP_BRACE_INTERVAL 256
public static final int ONIG_SYN_OP_BRACKET_CC 131072
public static final int ONIG_SYN_OP_DECIMAL_BACKREF 65536
public static final int ONIG_SYN_OP_DOT_ANYCHAR 2
public static final int ONIG_SYN_OP_ESC_ASTERISK_ZERO_INF 8
public static final int ONIG_SYN_OP_ESC_AZ_BUF_ANCHOR 16384
public static final int ONIG_SYN_OP_ESC_B_WORD_BOUND 1048576
public static final int ONIG_SYN_OP_ESC_BRACE_INTERVAL 512
public static final int ONIG_SYN_OP_ESC_C_CONTROL 134217728
public static final int ONIG_SYN_OP_ESC_CAPITAL_G_BEGIN_ANCHOR 32768
public static final int ONIG_SYN_OP_ESC_CONTROL_CHARS 67108864
public static final int ONIG_SYN_OP_ESC_D_DIGIT 4194304
public static final int ONIG_SYN_OP_ESC_LPAREN_SUBEXP 8192
public static final int ONIG_SYN_OP_ESC_LTGT_WORD_BEGIN_END 524288
public static final int ONIG_SYN_OP_ESC_OCTAL3 268435456
public static final int ONIG_SYN_OP_ESC_PLUS_ONE_INF 32
public static final int ONIG_SYN_OP_ESC_QMARK_ZERO_ONE 128
public static final int ONIG_SYN_OP_ESC_S_WHITE_SPACE 2097152
public static final int ONIG_SYN_OP_ESC_VBAR_ALT 2048
public static final int ONIG_SYN_OP_ESC_W_WORD 262144
public static final int ONIG_SYN_OP_ESC_X_BRACE_HEX8 1073741824
public static final int ONIG_SYN_OP_ESC_X_HEX2 536870912
public static final int ONIG_SYN_OP_LINE_ANCHOR 8388608
public static final int ONIG_SYN_OP_LPAREN_SUBEXP 4096
public static final int ONIG_SYN_OP_PLUS_ONE_INF 16
public static final int ONIG_SYN_OP_POSIX_BRACKET 16777216
public static final int ONIG_SYN_OP_QMARK_NON_GREEDY 33554432
public static final int ONIG_SYN_OP_QMARK_ZERO_ONE 64
public static final int ONIG_SYN_OP_VARIABLE_META_CHARACTERS 1
public static final int ONIG_SYN_OP_VBAR_ALT 1024
public static final int ONIG_SYN_OP2_ATMARK_CAPTURE_HISTORY 1024
public static final int ONIG_SYN_OP2_CCLASS_SET_OP 64
public static final int ONIG_SYN_OP2_ESC_CAPITAL_C_BAR_CONTROL 2048
public static final int ONIG_SYN_OP2_ESC_CAPITAL_M_BAR_META 4096
public static final int ONIG_SYN_OP2_ESC_CAPITAL_Q_QUOTE 1
public static final int ONIG_SYN_OP2_ESC_G_SUBEXP_CALL 512
public static final int ONIG_SYN_OP2_ESC_GNU_BUF_ANCHOR 32768
public static final int ONIG_SYN_OP2_ESC_H_XDIGIT 524288
public static final int ONIG_SYN_OP2_ESC_K_NAMED_BACKREF 256
public static final int ONIG_SYN_OP2_ESC_P_BRACE_CHAR_PROPERTY 65536
public static final int ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT 131072
public static final int ONIG_SYN_OP2_ESC_U_HEX4 16384
public static final int ONIG_SYN_OP2_ESC_V_VTAB 8192
public static final int ONIG_SYN_OP2_INEFFECTIVE_ESCAPE 1048576
public static final int ONIG_SYN_OP2_OPTION_PERL 4
public static final int ONIG_SYN_OP2_OPTION_RUBY 8
public static final int ONIG_SYN_OP2_PLUS_POSSESSIVE_INTERVAL 32
public static final int ONIG_SYN_OP2_PLUS_POSSESSIVE_REPEAT 16
public static final int ONIG_SYN_OP2_QMARK_GROUP_EFFECT 2
public static final int ONIG_SYN_OP2_QMARK_LT_NAMED_GROUP 128
public static final int ONIG_SYN_STRICT_CHECK_BACKREF 32
public static final int ONIG_SYN_WARN_CC_OP_NOT_ESCAPED 16777216
public static final int ONIG_SYN_WARN_REDUNDANT_NESTED_REPEAT 33554432