Uses of Class org.apache.regexp.RESyntaxException

Uses in package org.apache.regexp

Constructors which throw type org.apache.regexp.RESyntaxException

RE.RE(String pattern)
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE.RE(String pattern, int matchFlags)
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
REUtil.createRE(String expression)
Creates a regular expression, permitting simple or complex syntax
RE
REUtil.createRE(String expression, int matchFlags)
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
Throws a new syntax error exception
int
RECompiler.terminal(int[] flags)
Match a terminal node.

Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.