A B C E F G I M N O P R S T V W

O

onig4j - package onig4j
 
ONIG_INEFFECTIVE_META_CHAR - Static variable in class onig4j.OnigSyntaxType
 
ONIG_META_CHAR_ANYCHAR - Static variable in class onig4j.OnigSyntaxType
 
ONIG_META_CHAR_ANYCHAR_ANYTIME - Static variable in class onig4j.OnigSyntaxType
 
ONIG_META_CHAR_ANYTIME - Static variable in class onig4j.OnigSyntaxType
 
ONIG_META_CHAR_ESCAPE - Static variable in class onig4j.OnigSyntaxType
 
ONIG_META_CHAR_ONE_OR_MORE_TIME - Static variable in class onig4j.OnigSyntaxType
 
ONIG_META_CHAR_ZERO_OR_ONE_TIME - Static variable in class onig4j.OnigSyntaxType
 
ONIG_MISMATCH - Static variable in class onig4j.OnigRegex
mismatch
ONIG_NO_SUPPORT_CONFIG - Static variable in class onig4j.OnigRegex
no support in this configuration
ONIG_NORMAL - Static variable in class onig4j.OnigRegex
normal return
ONIG_OPTION_MAXBIT - Static variable in enum onig4j.OnigOptionType
 
ONIG_REGION_NOTPOS - Static variable in class onig4j.OnigRegion
mismatched position value of region
ONIG_SYN_ALLOW_DOUBLE_RANGE_OP_IN_CC - Static variable in class onig4j.OnigSyntaxType
[0-9-a]=[0-9\-a]
ONIG_SYN_ALLOW_EMPTY_RANGE_IN_CC - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_ALLOW_INTERVAL_LOW_ABBREV - Static variable in class onig4j.OnigSyntaxType
{,n} => {0,n}
ONIG_SYN_ALLOW_INVALID_INTERVAL - Static variable in class onig4j.OnigSyntaxType
{???
ONIG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_ALLOW_UNMATCHED_CLOSE_SUBEXP - Static variable in class onig4j.OnigSyntaxType
...)...
ONIG_SYN_BACKSLASH_ESCAPE_IN_CC - Static variable in class onig4j.OnigSyntaxType
[..\w..] etc..
ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP - Static variable in class onig4j.OnigSyntaxType
see doc/RE
ONIG_SYN_CONTEXT_INDEP_ANCHORS - Static variable in class onig4j.OnigSyntaxType
not implemented
ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS - Static variable in class onig4j.OnigSyntaxType
?, *, +, {n,m}
ONIG_SYN_CONTEXT_INVALID_REPEAT_OPS - Static variable in class onig4j.OnigSyntaxType
error or ignore
ONIG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND - Static variable in class onig4j.OnigSyntaxType
(?<=a|bc)
ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY - Static variable in class onig4j.OnigSyntaxType
a{n}?=(?:a{n})?
ONIG_SYN_NOT_NEWLINE_IN_NEGATIVE_CC - Static variable in class onig4j.OnigSyntaxType
[^...]
ONIG_SYN_OP2_ATMARK_CAPTURE_HISTORY - Static variable in class onig4j.OnigSyntaxType
(?@..),(?@<x>..)
ONIG_SYN_OP2_CCLASS_SET_OP - Static variable in class onig4j.OnigSyntaxType
[...&&..[..]..]
ONIG_SYN_OP2_ESC_CAPITAL_C_BAR_CONTROL - Static variable in class onig4j.OnigSyntaxType
\C-x
ONIG_SYN_OP2_ESC_CAPITAL_M_BAR_META - Static variable in class onig4j.OnigSyntaxType
\M-x
ONIG_SYN_OP2_ESC_CAPITAL_Q_QUOTE - Static variable in class onig4j.OnigSyntaxType
\Q...\E
ONIG_SYN_OP2_ESC_G_SUBEXP_CALL - Static variable in class onig4j.OnigSyntaxType
\g<name>, \g<n>
ONIG_SYN_OP2_ESC_GNU_BUF_ANCHOR - Static variable in class onig4j.OnigSyntaxType
\`, \'
ONIG_SYN_OP2_ESC_H_XDIGIT - Static variable in class onig4j.OnigSyntaxType
\h, \H
ONIG_SYN_OP2_ESC_K_NAMED_BACKREF - Static variable in class onig4j.OnigSyntaxType
\k<name>
ONIG_SYN_OP2_ESC_P_BRACE_CHAR_PROPERTY - Static variable in class onig4j.OnigSyntaxType
\p{...}, \P{...}
ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT - Static variable in class onig4j.OnigSyntaxType
\p{^..}, \P{^..}
ONIG_SYN_OP2_ESC_U_HEX4 - Static variable in class onig4j.OnigSyntaxType
\\uHHHH
ONIG_SYN_OP2_ESC_V_VTAB - Static variable in class onig4j.OnigSyntaxType
\v as VTAB
ONIG_SYN_OP2_INEFFECTIVE_ESCAPE - Static variable in class onig4j.OnigSyntaxType
\
ONIG_SYN_OP2_OPTION_JAVA - Static variable in class onig4j.OnigSyntaxType
(?idmsux), (?-idmsux)
NOTE: This is an original option.
ONIG_SYN_OP2_OPTION_PERL - Static variable in class onig4j.OnigSyntaxType
(?imsx), (?-imsx)
ONIG_SYN_OP2_OPTION_RUBY - Static variable in class onig4j.OnigSyntaxType
(?imx), (?-imx)
ONIG_SYN_OP2_PLUS_POSSESSIVE_INTERVAL - Static variable in class onig4j.OnigSyntaxType
{n,m}+
ONIG_SYN_OP2_PLUS_POSSESSIVE_REPEAT - Static variable in class onig4j.OnigSyntaxType
?+, *+, ++
ONIG_SYN_OP2_QMARK_GROUP_EFFECT - Static variable in class onig4j.OnigSyntaxType
(?...)
ONIG_SYN_OP2_QMARK_LT_NAMED_GROUP - Static variable in class onig4j.OnigSyntaxType
(?<name>...)
ONIG_SYN_OP_ASTERISK_ZERO_INF - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_OP_BRACE_INTERVAL - Static variable in class onig4j.OnigSyntaxType
{lower,upper}
ONIG_SYN_OP_BRACKET_CC - Static variable in class onig4j.OnigSyntaxType
[...]
ONIG_SYN_OP_DECIMAL_BACKREF - Static variable in class onig4j.OnigSyntaxType
\num
ONIG_SYN_OP_DOT_ANYCHAR - Static variable in class onig4j.OnigSyntaxType
.
ONIG_SYN_OP_ESC_ASTERISK_ZERO_INF - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_OP_ESC_AZ_BUF_ANCHOR - Static variable in class onig4j.OnigSyntaxType
\A, \Z, \z
ONIG_SYN_OP_ESC_B_WORD_BOUND - Static variable in class onig4j.OnigSyntaxType
\b, \B
ONIG_SYN_OP_ESC_BRACE_INTERVAL - Static variable in class onig4j.OnigSyntaxType
\{lower,upper\}
ONIG_SYN_OP_ESC_C_CONTROL - Static variable in class onig4j.OnigSyntaxType
\cx
ONIG_SYN_OP_ESC_CAPITAL_G_BEGIN_ANCHOR - Static variable in class onig4j.OnigSyntaxType
\G
ONIG_SYN_OP_ESC_CONTROL_CHARS - Static variable in class onig4j.OnigSyntaxType
\n, \r, \t, \a ...
ONIG_SYN_OP_ESC_D_DIGIT - Static variable in class onig4j.OnigSyntaxType
\d, \D
ONIG_SYN_OP_ESC_LPAREN_SUBEXP - Static variable in class onig4j.OnigSyntaxType
\(...\)
ONIG_SYN_OP_ESC_LTGT_WORD_BEGIN_END - Static variable in class onig4j.OnigSyntaxType
{@literal \<.
ONIG_SYN_OP_ESC_OCTAL3 - Static variable in class onig4j.OnigSyntaxType
\OOO
ONIG_SYN_OP_ESC_PLUS_ONE_INF - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_OP_ESC_QMARK_ZERO_ONE - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_OP_ESC_S_WHITE_SPACE - Static variable in class onig4j.OnigSyntaxType
\s, \S
ONIG_SYN_OP_ESC_VBAR_ALT - Static variable in class onig4j.OnigSyntaxType
\|
ONIG_SYN_OP_ESC_W_WORD - Static variable in class onig4j.OnigSyntaxType
\w, \W
ONIG_SYN_OP_ESC_X_BRACE_HEX8 - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_OP_ESC_X_HEX2 - Static variable in class onig4j.OnigSyntaxType
\xHH
ONIG_SYN_OP_LINE_ANCHOR - Static variable in class onig4j.OnigSyntaxType
^, $
ONIG_SYN_OP_LPAREN_SUBEXP - Static variable in class onig4j.OnigSyntaxType
(...)
ONIG_SYN_OP_PLUS_ONE_INF - Static variable in class onig4j.OnigSyntaxType
+
ONIG_SYN_OP_POSIX_BRACKET - Static variable in class onig4j.OnigSyntaxType
[:xxxx:]
ONIG_SYN_OP_QMARK_NON_GREEDY - Static variable in class onig4j.OnigSyntaxType
??, *?, +?, {n,m}?
ONIG_SYN_OP_QMARK_ZERO_ONE - Static variable in class onig4j.OnigSyntaxType
?
ONIG_SYN_OP_VARIABLE_META_CHARACTERS - Static variable in class onig4j.OnigSyntaxType
 
ONIG_SYN_OP_VBAR_ALT - Static variable in class onig4j.OnigSyntaxType
|
ONIG_SYN_STRICT_CHECK_BACKREF - Static variable in class onig4j.OnigSyntaxType
/(\1)/,/\1()/ ..
ONIG_SYN_WARN_CC_OP_NOT_ESCAPED - Static variable in class onig4j.OnigSyntaxType
[,-,]
ONIG_SYN_WARN_REDUNDANT_NESTED_REPEAT - Static variable in class onig4j.OnigSyntaxType
(?:a*)+
ONIG_SYNTAX_ASIS - Static variable in class onig4j.OnigSyntaxType
plain text
ONIG_SYNTAX_DEFAULT - Static variable in class onig4j.OnigSyntaxType
default (== Ruby)
ONIG_SYNTAX_EMACS - Static variable in class onig4j.OnigSyntaxType
Emacs
ONIG_SYNTAX_GNU_REGEX - Static variable in class onig4j.OnigSyntaxType
GNU regex
ONIG_SYNTAX_GREP - Static variable in class onig4j.OnigSyntaxType
grep
ONIG_SYNTAX_JAVA - Static variable in class onig4j.OnigSyntaxType
Java (Sun java.util.regex)
NOTE: If the Oniruguma extended version 5.9.1.1 or later is used, the ONIG_SYN_OP2_OPTION_JAVA, the ONIG_OPTION_JAVA_LINES and the ONIG_OPTION_CASE_FOLD_ASCII_ONLY are added.
ONIG_SYNTAX_PERL - Static variable in class onig4j.OnigSyntaxType
Perl
ONIG_SYNTAX_PERL_NG - Static variable in class onig4j.OnigSyntaxType
Perl + named group
ONIG_SYNTAX_POSIX_BASIC - Static variable in class onig4j.OnigSyntaxType
POSIX Basic RE
ONIG_SYNTAX_POSIX_EXTENDED - Static variable in class onig4j.OnigSyntaxType
POSIX Extended RE
ONIG_SYNTAX_RUBY - Static variable in class onig4j.OnigSyntaxType
Ruby
ONIG_TRAVERSE_CALLBACK_AT_BOTH - Static variable in class onig4j.OnigRegion
callback first, then traverse children, and at last callback again
ONIG_TRAVERSE_CALLBACK_AT_FIRST - Static variable in class onig4j.OnigRegion
callback first, then traverse children
ONIG_TRAVERSE_CALLBACK_AT_LAST - Static variable in class onig4j.OnigRegion
traverse children first, then callback
OnigCaptureTreeNode - Class in onig4j
Capture history data tree class
OnigCaseFoldType - Enum in onig4j
OnigCaseFoldType enum class.
ONIGENC_GET_CASE_FOLD_CODES_MAX_NUM - Static variable in enum onig4j.OnigCaseFoldType
 
ONIGENC_MAX_COMP_CASE_FOLD_CODE_LEN - Static variable in enum onig4j.OnigCaseFoldType
 
ONIGERR_CHAR_CLASS_VALUE_AT_END_OF_RANGE - Static variable in class onig4j.OnigRegex
char-class value at end of range
ONIGERR_CHAR_CLASS_VALUE_AT_START_OF_RANGE - Static variable in class onig4j.OnigRegex
char-class value at start of range
ONIGERR_CONTROL_CODE_SYNTAX - Static variable in class onig4j.OnigRegex
invalid control-code syntax
ONIGERR_DEFAULT_ENCODING_IS_NOT_SETTED - Static variable in class onig4j.OnigRegex
default multibyte-encoding is not setted
ONIGERR_EMPTY_CHAR_CLASS - Static variable in class onig4j.OnigRegex
empty char-class
ONIGERR_EMPTY_GROUP_NAME - Static variable in class onig4j.OnigRegex
group name is empty
ONIGERR_EMPTY_RANGE_IN_CHAR_CLASS - Static variable in class onig4j.OnigRegex
empty range in char class
ONIGERR_END_PATTERN_AT_CONTROL - Static variable in class onig4j.OnigRegex
end pattern at control
ONIGERR_END_PATTERN_AT_ESCAPE - Static variable in class onig4j.OnigRegex
end pattern at escape
ONIGERR_END_PATTERN_AT_LEFT_BRACE - Static variable in class onig4j.OnigRegex
end pattern at left brace
ONIGERR_END_PATTERN_AT_LEFT_BRACKET - Static variable in class onig4j.OnigRegex
end pattern at left bracket
ONIGERR_END_PATTERN_AT_META - Static variable in class onig4j.OnigRegex
end pattern at meta
ONIGERR_END_PATTERN_IN_GROUP - Static variable in class onig4j.OnigRegex
end pattern in group
ONIGERR_END_PATTERN_WITH_UNMATCHED_PARENTHESIS - Static variable in class onig4j.OnigRegex
end pattern with unmatched parenthesis
ONIGERR_GROUP_NUMBER_OVER_FOR_CAPTURE_HISTORY - Static variable in class onig4j.OnigRegex
group number is too big for capture history
ONIGERR_INVALID_ARGUMENT - Static variable in class onig4j.OnigRegex
invalid argument
ONIGERR_INVALID_BACKREF - Static variable in class onig4j.OnigRegex
invalid backref number/name
ONIGERR_INVALID_CHAR_IN_GROUP_NAME - Static variable in class onig4j.OnigRegex
invalid char in group name <%n>
(invalid char in group number <%n>)
ONIGERR_INVALID_CHAR_PROPERTY_NAME - Static variable in class onig4j.OnigRegex
invalid character property name {%n}
ONIGERR_INVALID_CODE_POINT_VALUE - Static variable in class onig4j.OnigRegex
invalid code point value
ONIGERR_INVALID_COMBINATION_OF_OPTIONS - Static variable in class onig4j.OnigRegex
invalid combination of options
ONIGERR_INVALID_GROUP_NAME - Static variable in class onig4j.OnigRegex
invalid group name <%n>
ONIGERR_INVALID_LOOK_BEHIND_PATTERN - Static variable in class onig4j.OnigRegex
invalid pattern in look-behind
ONIGERR_INVALID_POSIX_BRACKET_TYPE - Static variable in class onig4j.OnigRegex
invalid POSIX bracket type
ONIGERR_INVALID_REPEAT_RANGE_PATTERN - Static variable in class onig4j.OnigRegex
invalid repeat range {lower,upper}
ONIGERR_INVALID_WIDE_CHAR_VALUE - Static variable in class onig4j.OnigRegex
UNKOWN
ONIGERR_MATCH_STACK_LIMIT_OVER - Static variable in class onig4j.OnigRegex
match-stack limit over
ONIGERR_MEMORY - Static variable in class onig4j.OnigRegex
fail to memory allocation
ONIGERR_META_CODE_SYNTAX - Static variable in class onig4j.OnigRegex
invalid meta-code syntax
ONIGERR_MISMATCH_CODE_LENGTH_IN_CLASS_RANGE - Static variable in class onig4j.OnigRegex
mismatch multibyte code length in char-class range
ONIGERR_MULTIPLEX_DEFINED_NAME - Static variable in class onig4j.OnigRegex
multiplex defined name <%n>
ONIGERR_MULTIPLEX_DEFINITION_NAME_CALL - Static variable in class onig4j.OnigRegex
multiplex definition name <%n> call
ONIGERR_NESTED_REPEAT_OPERATOR - Static variable in class onig4j.OnigRegex
nested repeat operator
ONIGERR_NEVER_ENDING_RECURSION - Static variable in class onig4j.OnigRegex
never ending recursion
ONIGERR_NOT_SUPPORTED_ENCODING_COMBINATION - Static variable in class onig4j.OnigRegex
not supported encoding combination
ONIGERR_NUMBERED_BACKREF_OR_CALL_NOT_ALLOWED - Static variable in class onig4j.OnigRegex
numbered backref/call is not allowed.
ONIGERR_OVER_THREAD_PASS_LIMIT_COUNT - Static variable in class onig4j.OnigRegex
over thread pass limit count
ONIGERR_PARSER_BUG - Static variable in class onig4j.OnigRegex
internal parser error (bug)
ONIGERR_PREMATURE_END_OF_CHAR_CLASS - Static variable in class onig4j.OnigRegex
premature end of char-class
ONIGERR_SPECIFIED_ENCODING_CANT_CONVERT_TO_WIDE_CHAR - Static variable in class onig4j.OnigRegex
can't convert to wide-char on specified multibyte-encoding
ONIGERR_STACK_BUG - Static variable in class onig4j.OnigRegex
stack error (bug)
ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID - Static variable in class onig4j.OnigRegex
target of repeat operator is invalid
ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED - Static variable in class onig4j.OnigRegex
target of repeat operator is not specified
ONIGERR_TOO_BIG_BACKREF_NUMBER - Static variable in class onig4j.OnigRegex
too big backref number
ONIGERR_TOO_BIG_NUMBER - Static variable in class onig4j.OnigRegex
too big number
ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE - Static variable in class onig4j.OnigRegex
too big number for repeat range
ONIGERR_TOO_BIG_WIDE_CHAR_VALUE - Static variable in class onig4j.OnigRegex
too big wide-char value
ONIGERR_TOO_LONG_WIDE_CHAR_VALUE - Static variable in class onig4j.OnigRegex
too long wide-char value
ONIGERR_TOO_MANY_MULTI_BYTE_RANGES - Static variable in class onig4j.OnigRegex
too many multibyte code ranges are specified
ONIGERR_TOO_SHORT_MULTI_BYTE_STRING - Static variable in class onig4j.OnigRegex
too short multibyte code string
ONIGERR_TYPE_BUG - Static variable in class onig4j.OnigRegex
undefined type (bug)
ONIGERR_UNDEFINED_BYTECODE - Static variable in class onig4j.OnigRegex
undefined bytecode (bug)
ONIGERR_UNDEFINED_GROUP_OPTION - Static variable in class onig4j.OnigRegex
undefined group option
ONIGERR_UNDEFINED_GROUP_REFERENCE - Static variable in class onig4j.OnigRegex
undefined group <%n> reference
ONIGERR_UNDEFINED_NAME_REFERENCE - Static variable in class onig4j.OnigRegex
undefined name <%n> reference
ONIGERR_UNEXPECTED_BYTECODE - Static variable in class onig4j.OnigRegex
unexpected bytecode (bug)
ONIGERR_UNMATCHED_CLOSE_PARENTHESIS - Static variable in class onig4j.OnigRegex
unmatched close parenthesis
ONIGERR_UNMATCHED_RANGE_SPECIFIER_IN_CHAR_CLASS - Static variable in class onig4j.OnigRegex
unmatched range specifier in char-class
ONIGERR_UPPER_SMALLER_THAN_LOWER_IN_REPEAT_RANGE - Static variable in class onig4j.OnigRegex
upper is smaller than lower in repeat range
OnigOptionType - Enum in onig4j
OnigOptionType enum class.
OnigRegex - Class in onig4j
Oniguruma regex class
OnigRegex(String) - Constructor for class onig4j.OnigRegex
invoke onig_new() function with ONIG_OPTION_NONE and ONIG_SYNTAX_DEFAULT.
OnigRegex(String, OnigOptionType...) - Constructor for class onig4j.OnigRegex
invoke onig_new() function with ONIG_SYNTAX_DEFAULT.
OnigRegex(String, Collection<OnigOptionType>) - Constructor for class onig4j.OnigRegex
invoke onig_new() function with ONIG_SYNTAX_DEFAULT.
OnigRegex(String, OnigCaseFoldType, OnigOptionType...) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function with ONIG_SYNTAX_DEFAULT.
OnigRegex(String, OnigCaseFoldType[], OnigOptionType...) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function with ONIG_SYNTAX_DEFAULT.
OnigRegex(String, Collection<OnigCaseFoldType>, Collection<OnigOptionType>) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function with ONIG_SYNTAX_DEFAULT.
OnigRegex(String, OnigSyntaxType) - Constructor for class onig4j.OnigRegex
invoke onig_new() function with ONIG_OPTION_NONE.
OnigRegex(String, OnigSyntaxType, OnigOptionType...) - Constructor for class onig4j.OnigRegex
invoke onig_new() function.
OnigRegex(String, OnigSyntaxType, Collection<OnigOptionType>) - Constructor for class onig4j.OnigRegex
invoke onig_new() function.
OnigRegex(String, OnigSyntaxType, OnigCaseFoldType, OnigOptionType...) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function.
OnigRegex(String, OnigSyntaxType, OnigCaseFoldType[], OnigOptionType...) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function.
OnigRegex(String, OnigSyntaxType, Collection<OnigCaseFoldType>, OnigOptionType...) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function.
OnigRegex(String, OnigSyntaxType, OnigCaseFoldType, Collection<OnigOptionType>) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function.
OnigRegex(String, OnigSyntaxType, OnigCaseFoldType[], Collection<OnigOptionType>) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function.
OnigRegex(String, OnigSyntaxType, Collection<OnigCaseFoldType>, Collection<OnigOptionType>) - Constructor for class onig4j.OnigRegex
invoke onig_new_deluxe() function.
OnigRegex(String, OnigSyntaxType, int, int) - Constructor for class onig4j.OnigRegex
invoke onig_new() or onig_new_deluxe() function.
OnigRegex.Callback - Interface in onig4j
Callback interface for onig_foreach_name() function.
OnigRegex.WarningListener - Interface in onig4j
Warning message listener interface for onig_set_warn_func() and onig_set_verb_warn_func() functions.
OnigRegion - Class in onig4j
Oniguruma region class
OnigRegion() - Constructor for class onig4j.OnigRegion
invoke onig_region_new() function.
OnigRegion.Callback - Interface in onig4j
Callback interface for onig_capture_tree_traverse() function.
OnigSyntaxType - Class in onig4j
Pattern syntax class.
OnigSyntaxType() - Constructor for class onig4j.OnigSyntaxType
Allocates a OnigSyntaxType object.
NOTE: All fields have been initialized by 0.

A B C E F G I M N O P R S T V W