Frames | No Frames |
Constructors which throw type org.apache.regexp.RESyntaxException | |
Constructs a regular expression matcher from a String by compiling it
using a new instance of RECompiler. | |
Constructs a regular expression matcher from a String by compiling it
using a new instance of RECompiler. |
Methods which throw type org.apache.regexp.RESyntaxException | |
int | Absorb an atomic character string. |
void | Match bracket {m,n} expression put results in bracket member variables
|
int | RECompiler.branch(int[] flags) Compile one branch of an or operator (implements concatenation)
|
int | Compile a character class
|
int | RECompiler.closure(int[] flags) Compile a possibly closured terminal
|
REProgram | RECompiler.compile(String pattern) Compiles a regular expression pattern into a program runnable by the pattern
matcher class 'RE'. |
RE | Creates a regular expression, permitting simple or complex syntax
|
RE | Creates a regular expression, permitting simple or complex syntax
|
int | Match an escape sequence. |
int | RECompiler.expr(int[] flags) Compile an expression with possible parens around it. |
void | RECompiler.syntaxError(String s) Throws a new syntax error exception
|
int | RECompiler.terminal(int[] flags) Match a terminal node. |