C G I J M O P R S

C

createRegex(String) - Static method in class org.wanghy.regex.RegexFactory
If JDK 1.4 or later is detected, creates a new instance of JdkRegex; otherwise creates a new instance of Perl5Regex.

G

getGroups() - Method in class org.wanghy.regex.Match
Getter for field Match.groups.
groups - Variable in class org.wanghy.regex.Match
Groups contained in the result.

I

isSuccessful() - Method in class org.wanghy.regex.Match
Getter for field Match.successful.

J

JdkRegex - class org.wanghy.regex.JdkRegex.
Implementation of Regex that uses JDK 1.4 regular expression matcher.
JdkRegex(String) - Constructor for class org.wanghy.regex.JdkRegex
Constructor.

M

Match - class org.wanghy.regex.Match.
Represents the result of single regular expression match.
Match(boolean, String[]) - Constructor for class org.wanghy.regex.Match
Constructor.
match(String) - Method in class org.wanghy.regex.JdkRegex
 
match(String) - Method in class org.wanghy.regex.Perl5Regex
 
match(String) - Method in interface org.wanghy.regex.Regex
Attempts to match the entire input sequence against the given regular expression.

O

org.wanghy.regex - package org.wanghy.regex
 

P

PatternInvalidSyntaxException - exception org.wanghy.regex.PatternInvalidSyntaxException.
Unchecked exception thrown to indicate a syntax error in a regular expression pattern.
PatternInvalidSyntaxException(String) - Constructor for class org.wanghy.regex.PatternInvalidSyntaxException
Constructor.
Perl5Regex - class org.wanghy.regex.Perl5Regex.
Implementation of Regex that uses ORO Perl5 regular expression matcher.
Perl5Regex(String) - Constructor for class org.wanghy.regex.Perl5Regex
Constructor.
pattern - Variable in class org.wanghy.regex.JdkRegex
Compiled representation of a regular expression.
pattern - Variable in class org.wanghy.regex.Perl5Regex
Compiled representation of a regular expression.

R

Regex - interface org.wanghy.regex.Regex.
Represents an inmutable regular expression.
RegexFactory - class org.wanghy.regex.RegexFactory.
Factory of regular expressions.
RegexFactory() - Constructor for class org.wanghy.regex.RegexFactory
 

S

serialVersionUID - Static variable in class org.wanghy.regex.PatternInvalidSyntaxException
Version number of this class.
successful - Variable in class org.wanghy.regex.Match
Indicates whether the match is successful.

C G I J M O P R S

Copyright © 2005 Alex Ruiz. All Rights Reserved.