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

Quick Search    Search Deep
C G H I M O P R S V

C

CompilerGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter.
GNU Regexp 1.1.4-specific compiler adapter.
CompilerGNUAdapter() - Constructor for class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
 
compile(String) - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents.
contains(String, Pattern) - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Checks if given text contains specified pattern.

G

getAdaptee() - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Retrieves the adaptee.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the current version of this class.
getClassVersion() - Static method in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Retrieves the current version of this class.
getDelegatedInstance() - Method in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Retrieves the adapted instance of the RE class.
getGroups() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the group count.
getMatch() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the last match found due to a previous call to contains method.
getREMatchEnumeration() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the match enumeration.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Retrieves the current version of this object.
getVersion() - Method in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Retrieves the current version of this object.
group(int) - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Taken from JDK1.4 javadoc: Returns the string matching the given subexpression.
groups() - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Taken from GNU Regexp 1.4 javadoc: Returns the maximum number of subexpressions in this regular expression.

H

HelperGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter.
GNU Regexp 1.1.4-specific helper adapter.
HelperGNUAdapter() - Constructor for class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
 

I

isCaseSensitive() - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Retrieves whether the compiler should care about case sensitiveness or not.
isMultiline() - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Sets whether the compiler should care about new line delimiters or not.

M

MalformedPatternExceptionGNUAdapter - exception org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter.
Adapts GNU Regexp 1.1.4 malformed pattern exceptions to follow this API.
MalformedPatternExceptionGNUAdapter(REException) - Constructor for class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Constructs an adapter for given GNU Regexp 1.1.4 exception.
MatchResultGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter.
Represents the result of match in a regexp parsing process using GNU Regexp 1.1.4 package.
MatchResultGNUAdapter(REMatch, int) - Constructor for class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Constructs a MatchResultGNUAdapter from given GNU Regexp 1.1.4 REMatch instance.
MatcherGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter.
GNU Regexp 1.1.4 matcher adapter.
MatcherGNUAdapter() - Constructor for class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Constructs a MatcherGNUAdapter.
m__Adaptee - Variable in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Private reference to the actual exception.
m__Adaptee - Variable in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Adapted object.
m__Instance - Variable in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Delegated instance.
m__REMatchEnumeration - Variable in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Concrete engine implementation.
m__bCaseSensitive - Variable in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Case sensitiveness.
m__bMultiline - Variable in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Multiline parsing.
m__iGroups - Variable in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Group count.
m__iGroups - Variable in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Group count.

O

org.acmsl.regexpplugin.gnuregexp - package org.acmsl.regexpplugin.gnuregexp
 

P

PatternGNUAdapter - class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter.
Adapts GNU Regexp 1.1.4 RE objects to follow the generic Pattern interface defined in this API.
PatternGNUAdapter(RE) - Constructor for class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Constructs a PatternGNUAdapter for given object.

R

replaceAll(String, String, String) - Method in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String.
resetOptions() - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Resets the compiler options.

S

setAdaptee(REException) - Method in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Sets the adaptee.
setAdaptee(REMatch) - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Sets the adaptee.
setAdaptee(RE) - Method in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Sets the adaptee.
setCaseSensitive(boolean) - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Sets whether the compiler should care about case sensitiveness or not.
setGroups(int) - Method in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Sets the group count.
setGroups(int) - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Sets the group count.
setMultiline(boolean) - Method in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Sets whether the compiler should care about new line delimiters or not.
setREMatchEnumeration(REMatchEnumeration) - Method in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Sets the match enumeration.

V

VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.CompilerGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.HelperGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.MalformedPatternExceptionGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.MatchResultGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.MatcherGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.
VERSION - Static variable in class org.acmsl.regexpplugin.gnuregexp.PatternGNUAdapter
Concrete version object updated everytime it's checked-in in a CVS repository.

C G H I M O P R S V