Index

A B C D E F G H I J L M N O P S T U V 
All Classes and Interfaces|All Packages|Serialized Form

A

ALLOW_EMPTY_CLASS - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Allow empty classes
ALT_BSUX - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Alternative handling of ⧵u, ⧵U, and ⧵x
ALT_CIRCUMFLEX - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Alternative handling of ^ in multiline mode
ALT_VERBNAMES - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Process backslashes in verb names
ANCHORED - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Force pattern anchoring
ANCHORED - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Match only at the first position
ANYCRLF - Enum constant in enum class org.pcre4j.Pcre2Bsr
\R corresponds to CR, LF, and CRLF only
api() - Method in class org.pcre4j.Pcre2Code
Get the PCRE2 API backing this compiled pattern
api() - Method in class org.pcre4j.Pcre2CompileContext
Get the PCRE2 API backing this compile context
api() - Method in class org.pcre4j.Pcre2GeneralContext
Get the PCRE2 API backing this general context
api() - Method in class org.pcre4j.Pcre2MatchContext
Get the PCRE2 API backing this match context
api() - Method in class org.pcre4j.Pcre2MatchData
Get the PCRE2 API backing this match data
api() - Static method in class org.pcre4j.Pcre4j
Get the API.
argOptions() - Method in class org.pcre4j.Pcre2Code
Get the compile options
AUTO_CALLOUT - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Compile automatic callouts

B

backRefMax() - Method in class org.pcre4j.Pcre2Code
Get the number of highest backreference
bsr() - Method in class org.pcre4j.Pcre2Code
Get what \R matches: Pcre2Bsr.UNICODE for Unicode line endings Pcre2Bsr.ANYCRLF for CR, LF, or CRLF only

C

captureCount() - Method in class org.pcre4j.Pcre2Code
Get the number of capturing subpatterns
CASELESS - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Do caseless matching
COMPLETE - Enum constant in enum class org.pcre4j.Pcre2JitOption
Compile code for full matching
convertCharacterIndexToByteOffset(String, int) - Static method in class org.pcre4j.Pcre4jUtils
Convert a character index to a byte offset.
convertOvectorToStringIndices(String, byte[], long[]) - Static method in class org.pcre4j.Pcre4jUtils
Convert the byte-based ovector offset pairs to string index pairs
convertOvectorToStringIndices(String, long[]) - Static method in class org.pcre4j.Pcre4jUtils
Convert the byte-based ovector offset pairs to string index pairs
COPY_MATCHED_SUBJECT - Enum constant in enum class org.pcre4j.Pcre2MatchOption
On success, make a private subject copy

D

depthLimit() - Method in class org.pcre4j.Pcre2Code
Get the backtracking depth limit
DOLLAR_ENDONLY - Enum constant in enum class org.pcre4j.Pcre2CompileOption
$ not to match newline at end
DOTALL - Enum constant in enum class org.pcre4j.Pcre2CompileOption
.
DUPNAMES - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Allow duplicate names for subpatterns

E

ENDANCHORED - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Pattern can match only at end of subject
ENDANCHORED - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Pattern can match only at end of subject
equals(Object) - Method in record class org.pcre4j.Pcre2Code.NameTableEntry
Indicates whether some other object is "equal to" this one.
EXTENDED - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Ignore white space and # comments
EXTENDED_MORE - Enum constant in enum class org.pcre4j.Pcre2CompileOption
 

F

FIRSTLINE - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Force matching to be before newline
frameSize() - Method in class org.pcre4j.Pcre2Code
Get the size of backtracking frame

G

getCompiledWidths(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get which of the character widths the PCRE2 library was compiled with.
getDefaultBsr(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get what \R matches by default.
getDefaultDepthLimit(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the default backtracking depth limit.
getDefaultHeapLimit(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the default heap memory limit.
getDefaultMatchLimit(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the default match limit.
getDefaultNewline(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the default newline sequence.
getDefaultParenthesesNestingLimit(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the default parentheses nesting limit.
getErrorMessage(IPcre2, int) - Static method in class org.pcre4j.Pcre4jUtils
Get the error message for the given error code.
getGroupNames(Pcre2Code) - Static method in class org.pcre4j.Pcre4jUtils
Get the group names for the given code.
getInternalLinkSize(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the internal link size.
getJitTarget(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the JIT target.
getMatchGroups(Pcre2Code, String, long[]) - Static method in class org.pcre4j.Pcre4jUtils
Get the match groups
getMatchGroups(Pcre2Code, String, Pcre2MatchData) - Static method in class org.pcre4j.Pcre4jUtils
Get the match groups
getNamedMatchGroups(Pcre2Code, String, long[]) - Static method in class org.pcre4j.Pcre4jUtils
Get the match named groups
getNamedMatchGroups(Pcre2Code, String, Pcre2MatchData) - Static method in class org.pcre4j.Pcre4jUtils
Get the match named groups
getSupportedMatchOptions() - Static method in class org.pcre4j.Pcre2JitCode
Get the supported match options for JIT-compiled patterns.
getUnicodeVersion(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the Unicode version.
getVersion(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Get the PCRE2 version.
group() - Method in record class org.pcre4j.Pcre2Code.NameTableEntry
Returns the value of the group record component.

H

handle() - Method in class org.pcre4j.Pcre2Code
Get the handle of the compiled pattern
handle() - Method in class org.pcre4j.Pcre2CompileContext
Get the handle of the compile context
handle() - Method in class org.pcre4j.Pcre2GeneralContext
Get the handle of the general context
handle() - Method in class org.pcre4j.Pcre2MatchContext
Get the handle of the match context
handle() - Method in class org.pcre4j.Pcre2MatchData
Get the handle of the match data
hasBackslashC() - Method in class org.pcre4j.Pcre2Code
Check if the pattern contains \C
hasCrOrLf() - Method in class org.pcre4j.Pcre2Code
Check if explicit CR or LF matches exist in the pattern
hashCode() - Method in record class org.pcre4j.Pcre2Code.NameTableEntry
Returns a hash code value for this object.
heapLimit() - Method in class org.pcre4j.Pcre2Code
Get the heap limit

I

INFO_ALLOPTIONS - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Final options after compiling
INFO_ARGOPTIONS - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Options passed to IPcre2.compile(java.lang.String, int, int[], long[], long)
INFO_BACKREFMAX - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Number of highest backreference
INFO_BSR - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
What \R matches: PCRE2_BSR_UNICODE: Unicode line endings PCRE2_BSR_ANYCRLF: CR, LF, or CRLF only
INFO_CAPTURECOUNT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Number of capturing subpatterns
INFO_DEPTHLIMIT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Backtracking depth limit if set, otherwise IPcre2.ERROR_UNSET
INFO_EXTRAOPTIONS - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Extra options that were passed in the compile context
INFO_FIRSTBITMAP - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Bitmap of first code units, or 0
INFO_FIRSTCODETYPE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Type of start-of-match information 0 nothing set 1 first code unit is set 2 start of string or after newline
INFO_FIRSTCODEUNIT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
First code unit when type is 1
INFO_FRAMESIZE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Size of backtracking frame
INFO_HASBACKSLASHC - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Return 1 if pattern contains \C
INFO_HASCRORLF - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Return 1 if explicit CR or LF matches exist in the pattern
INFO_HEAPLIMIT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Heap memory limit if set, otherwise IPcre2.ERROR_UNSET
INFO_JCHANGED - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Return 1 if (?J) or (?-J) was used
INFO_JITSIZE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Size of JIT compiled code, or 0
INFO_LASTCODETYPE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Type of must-be-present information 0 nothing set 1 code unit is set
INFO_LASTCODEUNIT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Last code unit when type is 1
INFO_MATCHEMPTY - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
1 if the pattern can match an empty string, 0 otherwise
INFO_MATCHLIMIT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Match limit if set, otherwise IPcre2.ERROR_UNSET
INFO_MAXLOOKBEHIND - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Length (in characters) of the longest lookbehind assertion
INFO_MINLENGTH - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Lower bound length of matching strings
INFO_NAMECOUNT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Number of named subpatterns
INFO_NAMEENTRYSIZE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Size of name table entries
INFO_NAMETABLE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Pointer to name table
INFO_NEWLINE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Code for the newline sequence: IPcre2.NEWLINE_CR IPcre2.NEWLINE_LF IPcre2.NEWLINE_CRLF IPcre2.NEWLINE_ANY IPcre2.NEWLINE_ANYCRLF IPcre2.NEWLINE_NUL
INFO_RECURSIONLIMIT - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Deprecated.
INFO_SIZE - Enum constant in enum class org.pcre4j.Pcre2PatternInfo
Size of compiled pattern
INVALID_UTF - Enum constant in enum class org.pcre4j.Pcre2JitOption
isBackslashCDisabled(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Check if the \C is disabled.
isJitSupported(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Check if JIT is supported.
isUnicodeSupported(IPcre2) - Static method in class org.pcre4j.Pcre4jUtils
Check if Unicode is supported.

J

jChanged() - Method in class org.pcre4j.Pcre2Code
Check if the pattern uses (?J) or (?-J)
jitSize() - Method in class org.pcre4j.Pcre2Code
Get the size of JIT compiled code, or 0

L

LITERAL - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Pattern characters are all literal

M

match(String, int, EnumSet<Pcre2MatchOption>, Pcre2MatchData, Pcre2MatchContext) - Method in class org.pcre4j.Pcre2Code
Match this compiled pattern against a given subject string.
match(String, int, EnumSet<Pcre2MatchOption>, Pcre2MatchData, Pcre2MatchContext) - Method in class org.pcre4j.Pcre2JitCode
 
MATCH_INVALID_UTF - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Enable support for matching invalid UTF
MATCH_UNSET_BACKREF - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Match unset backreferences
matchEmpty() - Method in class org.pcre4j.Pcre2Code
Check if the pattern can match an empty string
matchLimit() - Method in class org.pcre4j.Pcre2Code
Get the match limit
maxLookBehind() - Method in class org.pcre4j.Pcre2Code
Get the length (in characters) of the longest lookbehind assertion
message() - Method in exception class org.pcre4j.Pcre2CompileError
Get the error message.
minLength() - Method in class org.pcre4j.Pcre2Code
Get the lower bound length of matching strings
MULTILINE - Enum constant in enum class org.pcre4j.Pcre2CompileOption
^ and $ match newlines within data

N

name() - Method in record class org.pcre4j.Pcre2Code.NameTableEntry
Returns the value of the name record component.
nameCount() - Method in class org.pcre4j.Pcre2Code
Get the number of named subpatterns
nameEntrySize() - Method in class org.pcre4j.Pcre2Code
Get the size of name table entries
nameTable() - Method in class org.pcre4j.Pcre2Code
Get the name table
NameTableEntry(int, String) - Constructor for record class org.pcre4j.Pcre2Code.NameTableEntry
Creates an instance of a NameTableEntry record class.
NEVER_BACKSLASH_C - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Lock out the use of \C in patterns
NEVER_UCP - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Lock out PCRE2_UCP, e.g.
NEVER_UTF - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Lock out PCRE2_UTF, e.g.
newline() - Method in class org.pcre4j.Pcre2Code
Get the newline sequence
NEWLINE_ANY - Enum constant in enum class org.pcre4j.Pcre2Newline
 
NEWLINE_ANYCRLF - Enum constant in enum class org.pcre4j.Pcre2Newline
 
NEWLINE_CR - Enum constant in enum class org.pcre4j.Pcre2Newline
 
NEWLINE_CRLF - Enum constant in enum class org.pcre4j.Pcre2Newline
 
NEWLINE_LF - Enum constant in enum class org.pcre4j.Pcre2Newline
 
NEWLINE_NUL - Enum constant in enum class org.pcre4j.Pcre2Newline
 
NO_AUTO_CAPTURE - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Disable numbered capturing parentheses (named ones available)
NO_AUTO_POSSESS - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Disable auto-possessification
NO_DOTSTAR_ANCHOR - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Disable automatic anchoring for .*
NO_JIT - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Do not use JIT matching
NO_START_OPTIMIZE - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Disable match-time start optimizations
NO_UTF_CHECK - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Do not check the pattern for UTF validity (only relevant if UTF is set)
NO_UTF_CHECK - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Do not check the subject for UTF validity (only relevant if PCRE2_UTF was set at compile time)
NOTBOL - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Subject string is not the beginning of a line
NOTEMPTY - Enum constant in enum class org.pcre4j.Pcre2MatchOption
An empty string is not a valid match
NOTEMPTY_ATSTART - Enum constant in enum class org.pcre4j.Pcre2MatchOption
An empty string at the start of the subject is not a valid match
NOTEOL - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Subject string is not the end of a line

O

offset() - Method in exception class org.pcre4j.Pcre2CompileError
Get the offset of the error in the pattern.
org.pcre4j - package org.pcre4j
 
ovector() - Method in class org.pcre4j.Pcre2MatchData
Get the output vector composed of offset pairs, each offset pair represents the start and end of the match.
ovectorCount() - Method in class org.pcre4j.Pcre2MatchData
Get number of the offset pairs in the output vector

P

PARTIAL_HARD - Enum constant in enum class org.pcre4j.Pcre2JitOption
Compile code for hard partial matching
PARTIAL_HARD - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Return IPcre2.ERROR_PARTIAL for a partial match even if there is a full match
PARTIAL_SOFT - Enum constant in enum class org.pcre4j.Pcre2JitOption
Compile code for soft partial matching
PARTIAL_SOFT - Enum constant in enum class org.pcre4j.Pcre2MatchOption
Return IPcre2.ERROR_PARTIAL for a partial match if no full matches are found
pattern() - Method in exception class org.pcre4j.Pcre2CompileError
Get the pattern that caused the error.
Pcre2Bsr - Enum Class in org.pcre4j
The \R processing option.
Pcre2Code - Class in org.pcre4j
A compiled pattern.
Pcre2Code(String) - Constructor for class org.pcre4j.Pcre2Code
Create a compiled pattern from a pattern string
Pcre2Code(String, EnumSet<Pcre2CompileOption>) - Constructor for class org.pcre4j.Pcre2Code
Create a compiled pattern from a pattern string
Pcre2Code(String, EnumSet<Pcre2CompileOption>, Pcre2CompileContext) - Constructor for class org.pcre4j.Pcre2Code
Create a compiled pattern from a pattern string
Pcre2Code(IPcre2, String) - Constructor for class org.pcre4j.Pcre2Code
Create a compiled pattern from a pattern string
Pcre2Code(IPcre2, String, EnumSet<Pcre2CompileOption>) - Constructor for class org.pcre4j.Pcre2Code
Create a compiled pattern from a pattern string
Pcre2Code(IPcre2, String, EnumSet<Pcre2CompileOption>, Pcre2CompileContext) - Constructor for class org.pcre4j.Pcre2Code
Create a compiled pattern from a pattern string
Pcre2Code.NameTableEntry - Record Class in org.pcre4j
A name table entry
Pcre2CompileContext - Class in org.pcre4j
 
Pcre2CompileContext(IPcre2, Pcre2GeneralContext) - Constructor for class org.pcre4j.Pcre2CompileContext
Create a new compile context
Pcre2CompileContext(Pcre2GeneralContext) - Constructor for class org.pcre4j.Pcre2CompileContext
Create a new compile context
Pcre2CompileError - Exception Class in org.pcre4j
 
Pcre2CompileError(String, long, String) - Constructor for exception class org.pcre4j.Pcre2CompileError
Create a new pattern compilation error.
Pcre2CompileError(String, long, String, Throwable) - Constructor for exception class org.pcre4j.Pcre2CompileError
Create a new pattern compilation error.
Pcre2CompileOption - Enum Class in org.pcre4j
 
Pcre2GeneralContext - Class in org.pcre4j
 
Pcre2GeneralContext() - Constructor for class org.pcre4j.Pcre2GeneralContext
Create a new general context using system default memory management functions
Pcre2GeneralContext(IPcre2) - Constructor for class org.pcre4j.Pcre2GeneralContext
Create a new general context using system default memory management functions
Pcre2JitCode - Class in org.pcre4j
A JIT-compiled pattern.
Pcre2JitCode(String, EnumSet<Pcre2CompileOption>, EnumSet<Pcre2JitOption>, Pcre2CompileContext) - Constructor for class org.pcre4j.Pcre2JitCode
Constructor for Pcre2JitCode
Pcre2JitCode(IPcre2, String, EnumSet<Pcre2CompileOption>, EnumSet<Pcre2JitOption>, Pcre2CompileContext) - Constructor for class org.pcre4j.Pcre2JitCode
Constructor for Pcre2JitCode
Pcre2JitOption - Enum Class in org.pcre4j
 
Pcre2MatchContext - Class in org.pcre4j
 
Pcre2MatchContext(IPcre2, Pcre2GeneralContext) - Constructor for class org.pcre4j.Pcre2MatchContext
Create a new match context
Pcre2MatchContext(Pcre2GeneralContext) - Constructor for class org.pcre4j.Pcre2MatchContext
Create a new match context
Pcre2MatchData - Class in org.pcre4j
The match data where the results of the match are stored
Pcre2MatchData(int) - Constructor for class org.pcre4j.Pcre2MatchData
Create a new match data object
Pcre2MatchData(IPcre2, int) - Constructor for class org.pcre4j.Pcre2MatchData
Create a new match data object
Pcre2MatchData(Pcre2Code) - Constructor for class org.pcre4j.Pcre2MatchData
Create a new match data object
Pcre2MatchOption - Enum Class in org.pcre4j
Pcre2Newline - Enum Class in org.pcre4j
 
Pcre2PatternInfo - Enum Class in org.pcre4j
 
Pcre2PatternInfoSizeError - Exception Class in org.pcre4j
 
Pcre2PatternInfoSizeError(Pcre2PatternInfo, long) - Constructor for exception class org.pcre4j.Pcre2PatternInfoSizeError
 
Pcre2PatternInfoSizeError(Pcre2PatternInfo, long, Throwable) - Constructor for exception class org.pcre4j.Pcre2PatternInfoSizeError
 
Pcre2UtfWidth - Enum Class in org.pcre4j
The UTF character width.
Pcre4j - Class in org.pcre4j
 
Pcre4jUtils - Class in org.pcre4j
 

S

setup(IPcre2) - Static method in class org.pcre4j.Pcre4j
Set up the PCRE4J library.
size() - Method in class org.pcre4j.Pcre2Code
Get the size of the compiled pattern

T

toString() - Method in record class org.pcre4j.Pcre2Code.NameTableEntry
Returns a string representation of this record class.

U

UCP - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Use Unicode properties for \d, \w, etc.
UNGREEDY - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Invert greediness of quantifiers
UNICODE - Enum constant in enum class org.pcre4j.Pcre2Bsr
\R corresponds to the Unicode line endings
USE_OFFSET_LIMIT - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Enable offset limit for unanchored matching
UTF - Enum constant in enum class org.pcre4j.Pcre2CompileOption
Treat pattern and subjects as UTF strings
UTF16 - Enum constant in enum class org.pcre4j.Pcre2UtfWidth
UTF-16
UTF32 - Enum constant in enum class org.pcre4j.Pcre2UtfWidth
UTF-32
UTF8 - Enum constant in enum class org.pcre4j.Pcre2UtfWidth
UTF-8

V

value() - Method in enum class org.pcre4j.Pcre2Bsr
Get the integer value.
value() - Method in enum class org.pcre4j.Pcre2CompileOption
Get the option value of the enum value.
value() - Method in enum class org.pcre4j.Pcre2JitOption
Get the option value of the enum value.
value() - Method in enum class org.pcre4j.Pcre2MatchOption
Get the option value of the enum value.
value() - Method in enum class org.pcre4j.Pcre2Newline
Get the integer value.
value() - Method in enum class org.pcre4j.Pcre2PatternInfo
Get the integer value.
value() - Method in enum class org.pcre4j.Pcre2UtfWidth
Get the integer value.
valueOf(int) - Static method in enum class org.pcre4j.Pcre2Bsr
Get the enum entry by its integer value.
valueOf(int) - Static method in enum class org.pcre4j.Pcre2CompileOption
Get the enum value by its option value.
valueOf(int) - Static method in enum class org.pcre4j.Pcre2JitOption
Get the enum value by its option value.
valueOf(int) - Static method in enum class org.pcre4j.Pcre2MatchOption
Get the enum value by its option value.
valueOf(int) - Static method in enum class org.pcre4j.Pcre2Newline
Get the enum entry by its integer value.
valueOf(int) - Static method in enum class org.pcre4j.Pcre2PatternInfo
Get the enum entry by its integer value.
valueOf(int) - Static method in enum class org.pcre4j.Pcre2UtfWidth
Get the enum entry by its integer value.
valueOf(String) - Static method in enum class org.pcre4j.Pcre2Bsr
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pcre4j.Pcre2CompileOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pcre4j.Pcre2JitOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pcre4j.Pcre2MatchOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pcre4j.Pcre2Newline
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pcre4j.Pcre2PatternInfo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.pcre4j.Pcre2UtfWidth
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.pcre4j.Pcre2Bsr
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pcre4j.Pcre2CompileOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pcre4j.Pcre2JitOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pcre4j.Pcre2MatchOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pcre4j.Pcre2Newline
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pcre4j.Pcre2PatternInfo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.pcre4j.Pcre2UtfWidth
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I J L M N O P S T U V 
All Classes and Interfaces|All Packages|Serialized Form