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
G
get(int)
- Method in class gnu.regexp.
RESyntax
Check if a given bit is set in this syntax.
getAllMatches(Object)
- Method in class gnu.regexp.
RE
Returns an array of all matches found in the input.
getAllMatches(Object, int)
- Method in class gnu.regexp.
RE
Returns an array of all matches found in the input, beginning at the specified index position.
getAllMatches(Object, int, int)
- Method in class gnu.regexp.
RE
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
getEndIndex()
- Method in class gnu.regexp.
REMatch
Returns the index within the input string where the match in its entirety ends.
getEndIndex(int)
- Method in class gnu.regexp.
REMatch
Returns the index within the input string used to generate this match where subexpression number
sub
ends, or
-1
if the subexpression does not exist.
getLineSeparator()
- Method in class gnu.regexp.
RESyntax
Returns the currently active line separator string.
getLocalizedMessage(String)
- Static method in class gnu.regexp.
RE
getMatch(Object)
- Method in class gnu.regexp.
RE
Returns the first match found in the input.
getMatch(Object, int)
- Method in class gnu.regexp.
RE
Returns the first match found in the input, beginning the search at the specified index.
getMatch(Object, int, int)
- Method in class gnu.regexp.
RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(Object, int, int, StringBuffer)
- Method in class gnu.regexp.
RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatchEnumeration(Object)
- Method in class gnu.regexp.
RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int)
- Method in class gnu.regexp.
RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int, int)
- Method in class gnu.regexp.
RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchImpl(CharIndexed, int, int, StringBuffer)
- Method in class gnu.regexp.
RE
getMessage()
- Method in class gnu.regexp.
REException
Reports the descriptive message associated with this exception as well as its index position in the string or character array being compiled.
getMinimumLength()
- Method in class gnu.regexp.
RETokenRepeated
The minimum length of a repeated token is the minimum length of the token multiplied by the minimum number of times it must match.
getMinimumLength()
- Method in class gnu.regexp.
RETokenRange
getMinimumLength()
- Method in class gnu.regexp.
RETokenPOSIX
getMinimumLength()
- Method in class gnu.regexp.
RETokenOneOf
getMinimumLength()
- Method in class gnu.regexp.
RETokenChar
getMinimumLength()
- Method in class gnu.regexp.
RETokenAny
getMinimumLength()
- Method in class gnu.regexp.
REToken
getMinimumLength()
- Method in class gnu.regexp.
RE
Returns the minimum number of characters that could possibly constitute a match of this regular expression.
getNumSubs()
- Method in class gnu.regexp.
RE
Returns the maximum number of subexpressions in this regular expression.
getPosition()
- Method in class gnu.regexp.
REException
Returns the position, relative to the string or character array being compiled, where the error occurred.
getStartIndex()
- Method in class gnu.regexp.
REMatch
Returns the index within the input text where the match in its entirety began.
getStartIndex(int)
- Method in class gnu.regexp.
REMatch
Returns the index within the input string used to generate this match where subexpression number
sub
begins, or
-1
if the subexpression does not exist.
getSubEndIndex(int)
- Method in class gnu.regexp.
REMatch
Deprecated.
Use getEndIndex(int) instead
getSubStartIndex(int)
- Method in class gnu.regexp.
REMatch
Deprecated.
Use getStartIndex(int) instead.
getType()
- Method in class gnu.regexp.
REException
Returns the type of the exception, one of the constants listed above.
gnu.regexp
- package gnu.regexp
GRAPH
- Static variable in class gnu.regexp.
RETokenPOSIX
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.