- getInstructions() - Method in class org.apache.regexp.REProgram
-
Returns a copy of the current regular expression program in a character array that is exactly the right length to
hold the program.
- getMatchFlags() - Method in class org.apache.regexp.RE
-
Returns the current match behaviour flags.
- getParen(int) - Method in class org.apache.regexp.RE
-
Gets the contents of a parenthesized subexpression after a successful match.
- getParenCount() - Method in class org.apache.regexp.RE
-
Returns the number of parenthesized subexpressions available after a successful match.
- getParenEnd(int) - Method in class org.apache.regexp.RE
-
Returns the end index of a given paren level.
- getParenLength(int) - Method in class org.apache.regexp.RE
-
Returns the length of a given paren level.
- getParenStart(int) - Method in class org.apache.regexp.RE
-
Returns the start index of a given paren level.
- getPrefix() - Method in class org.apache.regexp.REProgram
-
Returns a copy of the prefix of current regular expression program in a character array.
- getProgram() - Method in class org.apache.regexp.RE
-
Returns the current regular expression program in use by this matcher object.
- getType(char) - Static method in class org.apache.regexp.RECharacter
-
- grep(Object[]) - Method in class org.apache.regexp.RE
-
Returns an array of Strings, whose toString representation matches a regular expression.