All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

B

build(String). Static method in class gnu.rex.Rex
builds an internal representation for a given regular expression and
returns the corresponding reg.expr.
build(String). Static method in class gnu.rex.Rex
builds an internal representation for a given regular expression and
returns the corresponding reg.expr.

C

config_Alternative(String). Static method in class gnu.rex.Rex
determines the string recognized as the alternative symbol
config_Alternative(String). Static method in class gnu.rex.Rex
determines the string recognized as the alternative symbol
config_CharClass(String, char). Static method in class gnu.rex.Rex
defines a new class of characters.
There are at least two default classes \W and \S.
config_CharClass(String, char). Static method in class gnu.rex.Rex
defines a new class of characters.
There are at least two default classes \W and \S.
config_GroupBraces(String, String). Static method in class gnu.rex.Rex
determines what sequences stand for the open/close subexpression symbols.
config_GroupBraces(String, String). Static method in class gnu.rex.Rex
determines what sequences stand for the open/close subexpression symbols.

L

length(). Method in class gnu.rex.RexResult
returns length of the matched string
length(). Method in class gnu.rex.RexResult
returns length of the matched string
length(int). Method in class gnu.rex.RexResult
returns length of a matched substring
length(int). Method in class gnu.rex.RexResult
returns length of a matched substring

M

match(char[], int, int). Method in class gnu.rex.Rex
tries to match the regular expression in a given array of characters
match(char[], int, int). Method in class gnu.rex.Rex
tries to match the regular expression in a given array of characters

O

offset(). Method in class gnu.rex.RexResult
returns the offset into the input stream of characters at which the matched string begins.
offset(). Method in class gnu.rex.RexResult
returns the offset into the input stream of characters at which the matched string begins.
offset(int). Method in class gnu.rex.RexResult
returns the offset into the input stream of characters at which the matched substring begins.
offset(int). Method in class gnu.rex.RexResult
returns the offset into the input stream of characters at which the matched substring begins.

P

printStates(). Method in class gnu.rex.Rex
printStates(). Method in class gnu.rex.Rex

R

RegExprSyntaxException(String). Constructor for class gnu.rex.RegExprSyntaxException
RegExprSyntaxException(String). Constructor for class gnu.rex.RegExprSyntaxException

S

subResults(). Method in class gnu.rex.RexResult
returns the number of sub-results
subResults(). Method in class gnu.rex.RexResult
returns the number of sub-results

T

toString(). Method in class gnu.rex.Rex
toString(). Method in class gnu.rex.Rex
toString(). Method in class gnu.rex.RexResult
toString(). Method in class gnu.rex.RexResult