|
|||||||||
| Home >> All >> org >> acmsl >> regexpplugin >> [ jdk14regexp overview ] | PREV NEXT | ||||||||
C
- CompilerJDKAdapter - class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter.
- JDK1.4-specific regexp compiler adapter.
- CompilerJDKAdapter() - Constructor for class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- compile(String) - Method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- 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.jdk14regexp.MatcherJDKAdapter
- Checks if given text contains specified pattern.
G
- getAdaptee() - Method in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Retrieves the adapted instance.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Retrieves the current version of this class.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.jdk14regexp.HelperJDKAdapter
- Retrieves the current version of this class.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.jdk14regexp.MalformedPatternExceptionJDKAdapter
- Retrieves the current version of this class.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Retrieves the current version of this class.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- Retrieves the current version of this class.
- getClassVersion() - Static method in class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter
- Retrieves the current version of this class.
- getDelegatedInstance() - Method in class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- Retrieves an instance of Perl5Matcher class.
- getDelegatedInstance() - Method in class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter
- Retrieves an instance of the Pattern class.
- getMatch() - Method in class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- Retrieves the last match found due to a previous call to contains method.
- getVersion() - Method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Retrieves the current version of this object.
- getVersion() - Method in class org.acmsl.regexpplugin.jdk14regexp.HelperJDKAdapter
- Retrieves the current version of this object.
- getVersion() - Method in class org.acmsl.regexpplugin.jdk14regexp.MalformedPatternExceptionJDKAdapter
- Retrieves the current version of this object.
- getVersion() - Method in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Retrieves the current version of this object.
- getVersion() - Method in class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- Retrieves the current version of this object.
- getVersion() - Method in class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter
- Retrieves the current version of this object.
- group(int) - Method in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Taken from JDK1.4 javadoc: Returns the input subsequence captured by the given group during the previous match operation..
- groups() - Method in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Taken from JDK 1.4 javadoc: Returns the number of capturing groups in this matcher's pattern..
H
- HelperJDKAdapter - class org.acmsl.regexpplugin.jdk14regexp.HelperJDKAdapter.
- Jakarta ORO-specific regexp helper adapter.
- HelperJDKAdapter() - Constructor for class org.acmsl.regexpplugin.jdk14regexp.HelperJDKAdapter
I
- isCaseSensitive() - Method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Retrieves whether the compiler should care about case sensitiveness or not.
- isMultiline() - Method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Sets whether the compiler should care about new line delimiters or not.
M
- MalformedPatternExceptionJDKAdapter - exception org.acmsl.regexpplugin.jdk14regexp.MalformedPatternExceptionJDKAdapter.
- Adapts JDK1.4 malformed pattern exceptions to follow this API.
- MalformedPatternExceptionJDKAdapter(PatternSyntaxException) - Constructor for class org.acmsl.regexpplugin.jdk14regexp.MalformedPatternExceptionJDKAdapter
- Constructs an adapter for given JDK1.4 exception.
- MatchResultJDKAdapter - class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter.
- Represents the result of match in a regexp parsing process using JDK1.4 regexp package.
- MatchResultJDKAdapter(Matcher) - Constructor for class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Constructs a MatchResultJDKAdapter from given JDK1.4 Regexp-specific instance.
- MatcherJDKAdapter - class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter.
- JDK1.4-specific regexp matcher adapter.
- MatcherJDKAdapter() - Constructor for class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- Constructs a MatcherJDKAdapter.
- m__Adaptee - Variable in class org.acmsl.regexpplugin.jdk14regexp.MalformedPatternExceptionJDKAdapter
- Private reference to the actual exception.
- m__Adaptee - Variable in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Adapted object.
- m__Instance - Variable in class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter
- Delegated instance.
- m__Matcher - Variable in class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- Concrete engine implementation.
- m__bCaseSensitive - Variable in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Case sensitiveness.
- m__bMultiline - Variable in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Multiline parsing.
O
- org.acmsl.regexpplugin.jdk14regexp - package org.acmsl.regexpplugin.jdk14regexp
P
- PatternJDKAdapter - class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter.
- Adapts JDK1.4 pattern objects to follow the generic Pattern interface defined in this API.
- PatternJDKAdapter(Pattern) - Constructor for class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter
- Constructs a PatternJDKAdapter for given object.
R
- replaceAll(String, String, String) - Method in class org.acmsl.regexpplugin.jdk14regexp.HelperJDKAdapter
- Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String.
- resetOptions() - Method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Resets the compiler options.
S
- setAdaptee(PatternSyntaxException) - Method in class org.acmsl.regexpplugin.jdk14regexp.MalformedPatternExceptionJDKAdapter
- Sets the adaptee.
- setAdaptee(Matcher) - Method in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Sets the instance to adapt.
- setCaseSensitive(boolean) - Method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Sets whether the compiler should care about case sensitiveness or not.
- setDelegatedInstance(Matcher) - Method in class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- Sets the matcher.
- setDelegatedInstance(Pattern) - Method in class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter
- Sets the pattern to adapt.
- setMultiline(boolean) - Method in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Sets whether the compiler should care about new line delimiters or not.
V
- VERSION - Static variable in class org.acmsl.regexpplugin.jdk14regexp.CompilerJDKAdapter
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in class org.acmsl.regexpplugin.jdk14regexp.HelperJDKAdapter
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in class org.acmsl.regexpplugin.jdk14regexp.MalformedPatternExceptionJDKAdapter
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in class org.acmsl.regexpplugin.jdk14regexp.MatchResultJDKAdapter
- Concrete version object updated everytime it's checked-in in a CVS repository.
- VERSION - Static variable in class org.acmsl.regexpplugin.jdk14regexp.MatcherJDKAdapter
- VERSION - Static variable in class org.acmsl.regexpplugin.jdk14regexp.PatternJDKAdapter
- Concrete version object updated everytime it's checked-in in a CVS repository.
C G H I M O P R S V
|
|||||||||
| Home >> All >> org >> acmsl >> regexpplugin >> [ jdk14regexp overview ] | PREV NEXT | ||||||||