-
(package private) int
Absorb an atomic character string.
(package private) void
Match bracket {m,n} expression put results in bracket member variables
(package private) int
RECompiler.branch(int[] flags)
Compile body of one branch of an or operator (implements concatenation)
(package private) int
Compile a character class
(package private) int
Compile a possibly closured terminal
Compiles a regular expression pattern into a program runnable by the pattern
matcher class 'RE'.
Creates a regular expression, permitting simple or complex syntax
Creates a regular expression, permitting simple or complex syntax
(package private) int
Match an escape sequence.
(package private) int
RECompiler.expr(int[] flags)
Compile an expression with possible parens around it.
(package private) void
Throws a new syntax error exception
(package private) int
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.