Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
X
R
re
- Variable in class gnu.regexp.
RETokenLookAhead
RE
- class gnu.regexp.
RE
.
RE provides the user interface for compiling and matching regular expressions.
RE_BACKSLASH_ESCAPE_IN_LISTS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_BK_PLUS_QM
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_CHAR_CLASSES
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_COMMENTS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_DOT_NEWLINE
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_DOT_NOT_NULL
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_INTERVALS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_LIMITED_OPS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_LOOKAHEAD
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_NEWLINE_ALT
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_NO_BK_BRACES
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_NO_BK_PARENS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_NO_BK_REFS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_NO_BK_VBAR
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_PURE_GROUPING
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_STINGY_OPS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_STRING_ANCHORS
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE_SYNTAX_AWK
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_ED
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_EGREP
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_EMACS
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_GREP
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_PERL4
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_PERL5
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_SYNTAX_SED
- Static variable in class gnu.regexp.
RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD
- Static variable in class gnu.regexp.
RESyntax
Syntax bit.
RE()
- Constructor for class gnu.regexp.
RE
RE(Object)
- Constructor for class gnu.regexp.
RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int)
- Constructor for class gnu.regexp.
RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int, RESyntax)
- Constructor for class gnu.regexp.
RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
read()
- Method in class gnu.regexp.
REFilterReader
Reads the next character from the stream per the general contract of Reader.read().
read()
- Method in class gnu.regexp.
REFilterInputStream
Deprecated.
Reads the next byte from the stream per the general contract of InputStream.read().
read(byte[])
- Method in class gnu.regexp.
REFilterInputStream
Deprecated.
Reads from the stream into the provided array.
read(byte[], int, int)
- Method in class gnu.regexp.
REFilterInputStream
Deprecated.
Reads from the stream into the provided array.
read(char[])
- Method in class gnu.regexp.
REFilterReader
Reads from the stream into the provided array.
read(char[], int, int)
- Method in class gnu.regexp.
REFilterReader
Reads from the stream into the provided array.
REException
- exception gnu.regexp.
REException
.
This is the regular expression exception class.
REException(String, int, int)
- Constructor for class gnu.regexp.
REException
REFilterInputStream
- class gnu.regexp.
REFilterInputStream
.
Deprecated.
This class cannot properly handle all character encodings. For proper handling, use the REFilterReader class instead.
REFilterInputStream(InputStream, RE, String)
- Constructor for class gnu.regexp.
REFilterInputStream
Deprecated.
Creates an REFilterInputStream.
REFilterReader
- class gnu.regexp.
REFilterReader
.
Replaces instances of a given RE with replacement text.
REFilterReader(Reader, RE, String)
- Constructor for class gnu.regexp.
REFilterReader
Creates an REFilterReader.
REG_ANCHORINDEX
- Static variable in class gnu.regexp.
RE
Execution flag.
REG_BADBR
- Static variable in class gnu.regexp.
REException
Error flag.
REG_BADPAT
- Static variable in class gnu.regexp.
REException
Error flag.
REG_BADRPT
- Static variable in class gnu.regexp.
REException
Error flag.
REG_DOT_NEWLINE
- Static variable in class gnu.regexp.
RE
Compilation flag.
REG_EBRACE
- Static variable in class gnu.regexp.
REException
Error flag.
REG_EBRACK
- Static variable in class gnu.regexp.
REException
Error flag.
REG_ECTYPE
- Static variable in class gnu.regexp.
REException
Error flag.
REG_EEND
- Static variable in class gnu.regexp.
REException
Error flag.
REG_EPAREN
- Static variable in class gnu.regexp.
REException
Error flag.
REG_ERANGE
- Static variable in class gnu.regexp.
REException
Error flag.
REG_ESCAPE
- Static variable in class gnu.regexp.
REException
Error flag.
REG_ESIZE
- Static variable in class gnu.regexp.
REException
Error flag.
REG_ESPACE
- Static variable in class gnu.regexp.
REException
Error flag.
REG_ESUBREG
- Static variable in class gnu.regexp.
REException
Error flag.
REG_ICASE
- Static variable in class gnu.regexp.
RE
Compilation flag.
REG_MULTILINE
- Static variable in class gnu.regexp.
RE
Compilation flag.
REG_NO_INTERPOLATE
- Static variable in class gnu.regexp.
RE
Execution flag.
REG_NOTBOL
- Static variable in class gnu.regexp.
RE
Execution flag.
REG_NOTEOL
- Static variable in class gnu.regexp.
RE
Execution flag.
REMatch
- class gnu.regexp.
REMatch
.
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatch(int, int, int)
- Constructor for class gnu.regexp.
REMatch
REMatchEnumeration
- class gnu.regexp.
REMatchEnumeration
.
An REMatchEnumeration enumerates regular expression matches over a given input text.
REMatchEnumeration(RE, CharIndexed, int, int)
- Constructor for class gnu.regexp.
REMatchEnumeration
RESyntax
- class gnu.regexp.
RESyntax
.
An RESyntax specifies the way a regular expression will be compiled.
RESyntax()
- Constructor for class gnu.regexp.
RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(RESyntax)
- Constructor for class gnu.regexp.
RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
REToken
- class gnu.regexp.
REToken
.
REToken(int)
- Constructor for class gnu.regexp.
REToken
RETokenAny
- class gnu.regexp.
RETokenAny
.
RETokenAny(int, boolean, boolean)
- Constructor for class gnu.regexp.
RETokenAny
RETokenBackRef
- class gnu.regexp.
RETokenBackRef
.
RETokenBackRef(int, int, boolean)
- Constructor for class gnu.regexp.
RETokenBackRef
RETokenChar
- class gnu.regexp.
RETokenChar
.
RETokenChar(int, char, boolean)
- Constructor for class gnu.regexp.
RETokenChar
RETokenEnd
- class gnu.regexp.
RETokenEnd
.
RETokenEnd(int, String)
- Constructor for class gnu.regexp.
RETokenEnd
RETokenEndSub
- class gnu.regexp.
RETokenEndSub
.
RETokenEndSub(int)
- Constructor for class gnu.regexp.
RETokenEndSub
RETokenLookAhead
- class gnu.regexp.
RETokenLookAhead
.
RETokenLookAhead(REToken, boolean)
- Constructor for class gnu.regexp.
RETokenLookAhead
RETokenOneOf
- class gnu.regexp.
RETokenOneOf
.
RETokenOneOf(int, String, boolean, boolean)
- Constructor for class gnu.regexp.
RETokenOneOf
RETokenOneOf(int, Vector, boolean)
- Constructor for class gnu.regexp.
RETokenOneOf
RETokenPOSIX
- class gnu.regexp.
RETokenPOSIX
.
RETokenPOSIX(int, int, boolean, boolean)
- Constructor for class gnu.regexp.
RETokenPOSIX
RETokenRange
- class gnu.regexp.
RETokenRange
.
RETokenRange(int, char, char, boolean)
- Constructor for class gnu.regexp.
RETokenRange
RETokenRepeated
- class gnu.regexp.
RETokenRepeated
.
RETokenRepeated(int, REToken, int, int)
- Constructor for class gnu.regexp.
RETokenRepeated
RETokenStart
- class gnu.regexp.
RETokenStart
.
RETokenStart(int, String)
- Constructor for class gnu.regexp.
RETokenStart
RETokenWordBoundary
- class gnu.regexp.
RETokenWordBoundary
.
Represents a combination lookahead/lookbehind for POSIX [:alnum:].
RETokenWordBoundary(int, int, boolean)
- Constructor for class gnu.regexp.
RETokenWordBoundary
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
X
Copyright © 1998,1999 Wes Biggs. All Rights reserved.