Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P R S T

A

allocBrackets() - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Allocate storage for brackets only as needed
allocParens() - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Performs lazy allocation of subexpression arrays
atom() - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Absorb an atomic character string.

B

bracket() - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Match bracket {m,n} expression put results in bracket member variables
bracketEnd - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
bracketFinished - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
bracketMin - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
bracketOpt - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
bracketStart - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
bracketUnbounded - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
brackets - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
branch(int[]) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Compile one branch of an or operator (implements concatenation)

C

CharacterIterator - interface com.jcorporate.expresso.ext.regexp.CharacterIterator.
Deprecated. since v5.6, use jakarta oro
charAt(int) - Method in interface com.jcorporate.expresso.ext.regexp.CharacterIterator
Deprecated.  
charAt(int) - Method in class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated.  
characterClass() - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Compile a character class
closure(int[]) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Compile a possibly closured terminal
com.jcorporate.expresso.ext.regexp - package com.jcorporate.expresso.ext.regexp
 
compile(String) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.

D

delete(int) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated. Deletes the range at a given index from the range lists

E

ESC_BACKREF - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
ESC_CLASS - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
ESC_COMPLEX - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
ESC_MASK - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
E_ALNUM - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
E_BOUND - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
E_DIGIT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
E_NALNUM - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
E_NBOUND - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
E_NDIGIT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
E_NSPACE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
E_SPACE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
emit(char) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Emit a single character into the program stream.
end0 - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
end1 - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
end2 - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
endBackref - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
endn - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
ensure(int) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Ensures that n more characters can fit in the program buffer.
escape() - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Match an escape sequence.
expr(int[]) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Compile an expression with possible parens around it.

F

flags - Variable in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated.  

G

getInstructions() - Method in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated. 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 com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the current match behaviour flags.
getParen(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Gets the contents of a parenthesized subexpression after a successful match.
getParenCount() - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the number of parenthesized subexpressions available after a successful match.
getParenEnd(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the end index of a given paren level.
getParenLength(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the length of a given paren level.
getParenStart(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the start index of a given paren level.
getProgram() - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the current regular expression program in use by this matcher object.
grep(Object[]) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns an array of Strings, whose toString representation matches a regular expression.

H

hashPOSIX - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  

I

idx - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
idx - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
include(int, int, boolean) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated. Includes (or excludes) the range from min to max, inclusive.
include(char, boolean) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated. Includes a range with the same min and max
instruction - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
instruction - Variable in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated.  
internalError(String) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Throws an Error representing an internal error condition probably resulting from a bug in the regular expression compiler (or possibly data corruption).
internalError() - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Throws a new internal error exception
isEnd(int) - Method in interface com.jcorporate.expresso.ext.regexp.CharacterIterator
Deprecated.  
isEnd(int) - Method in class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated.  
isNewline(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  

L

len - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
lenInstruction - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
lenInstruction - Variable in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated.  

M

MATCH_CASEINDEPENDENT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Flag to indicate that matching should be case-independent (folded)
MATCH_MULTILINE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Newlines should match as BOL/EOL (^ and $)
MATCH_NORMAL - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Specifies normal, case-sensitive matching behaviour.
match(CharacterIterator, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Matches the current regular expression program against a character array, starting at a given index.
match(String) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Matches the current regular expression program against a String.
match(String, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Matches the current regular expression program against a character array, starting at a given index.
matchAt(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Match the current regular expression program against the current input string, starting at index i of the input string.
matchFlags - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
matchNodes(int, int, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Try to match a string against a subset of nodes in the program
maxBrackets - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
maxNode - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
maxParen - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
maxRange - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated.  
merge(int, int) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated. Merges a range into the range list, coalescing ranges if possible.
minRange - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated.  

N

NEWLINE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Line Separator
NODE_NORMAL - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
NODE_NULLABLE - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
NODE_TOPLEVEL - Static variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
node(char, int) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Adds a new node
nodeInsert(char, int, int) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Inserts a node with a given opcode and opdata at insertAt.
nodeSize - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
num - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated.  

O

OPT_HASBACKREFS - Static variable in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated.  
OP_ANY - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_ANYOF - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_ATOM - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_BACKREF - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_BOL - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_BRANCH - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_CLOSE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_END - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. ********************************************* * The format of a node in a program is: * * [ OPCODE ] [ OPDATA ] [ OPNEXT ] [ OPERAND ] * * char OPCODE - instruction * char OPDATA - modifying data * char OPNEXT - next node (relative offset) * * **********************************************
OP_EOL - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_ESCAPE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_GOTO - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_MAYBE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_NOTHING - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_OPEN - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_PLUS - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_POSIXCLASS - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_RELUCTANTMAYBE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_RELUCTANTPLUS - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_RELUCTANTSTAR - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
OP_STAR - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
offsetNext - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
offsetOpcode - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
offsetOpdata - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  

P

POSIX_CLASS_ALNUM - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_ALPHA - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_BLANK - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_CNTRL - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_DIGIT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_GRAPH - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_JPART - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_JSTART - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_LOWER - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_PRINT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_PUNCT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_SPACE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_UPPER - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
POSIX_CLASS_XDIGIT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
parenCount - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
parens - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
pattern - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated.  
prefix - Variable in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated.  
program - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  

R

RE - class com.jcorporate.expresso.ext.regexp.RE.
Deprecated. since v5.6, use jakarta oro
RE() - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Constructs a regular expression matcher with no initial program.
RE(REProgram) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE(REProgram, int) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE(String) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE(String, int) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RECompiler - class com.jcorporate.expresso.ext.regexp.RECompiler.
Deprecated. since v5.6, use jakarta oro
RECompiler() - Constructor for class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Constructor.
RECompiler.RERange - class com.jcorporate.expresso.ext.regexp.RECompiler.RERange.
Deprecated. Local, nested class for maintaining character ranges for character classes.
RECompiler.RERange() - Constructor for class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated.  
REPLACE_ALL - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Flag bit that indicates that subst should replace all occurrences of this regular expression.
REPLACE_FIRSTONLY - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Flag bit that indicates that subst should only replace the first occurrence of this regular expression.
REProgram - class com.jcorporate.expresso.ext.regexp.REProgram.
Deprecated. since v5.6, use jakarta oro
REProgram(char[]) - Constructor for class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated. Constructs a program object from a character array
REProgram(char[], int) - Constructor for class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated. Constructs a program object from a character array
RESyntaxException - exception com.jcorporate.expresso.ext.regexp.RESyntaxException.
Deprecated. since v5.6, use jakarta oro
RESyntaxException(String) - Constructor for class com.jcorporate.expresso.ext.regexp.RESyntaxException
Deprecated. Constructor.
remove(int, int) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated. Removes a range by deleting or shrinking all other ranges

S

StringCharacterIterator - class com.jcorporate.expresso.ext.regexp.StringCharacterIterator.
Deprecated. since v5.6, use jakarta oro
StringCharacterIterator(String) - Constructor for class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated.  
search - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
setInstructions(char[], int) - Method in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated. Sets a new regular expression program to run.
setMatchFlags(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Sets match behaviour flags which alter the way RE does matching.
setNextOfEnd(int, int) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Appends a node to the end of a node chain
setParenEnd(int, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Sets the end of a paren level
setParenStart(int, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Sets the start of a paren level
setProgram(REProgram) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Sets the current regular expression program used by this matcher object.
simplePatternToFullRegularExpression(String) - Static method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Converts a 'simplified' regular expression to a full regular expression
size - Variable in class com.jcorporate.expresso.ext.regexp.RECompiler.RERange
Deprecated.  
split(String) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Splits a string into an array of strings on regular expression boundaries.
src - Variable in class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated. encapsulated
start0 - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
start1 - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
start2 - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
startBackref - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
startn - Variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated.  
subst(String, String) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Substitutes a string for this regular expression in another string.
subst(String, String, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Substitutes a string for this regular expression in another string.
substring(int) - Method in interface com.jcorporate.expresso.ext.regexp.CharacterIterator
Deprecated.  
substring(int, int) - Method in interface com.jcorporate.expresso.ext.regexp.CharacterIterator
Deprecated.  
substring(int) - Method in class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated.  
substring(int, int) - Method in class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated.  
syntaxError(String) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Throws a new syntax error exception

T

terminal(int[]) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Match a terminal node.

A B C D E F G H I L M N O P R S T