Uses of Class
org.quattor.pan.dml.functions.AbstractMatcher

Packages that use AbstractMatcher
org.quattor.pan.dml.functions Includes classes that implement all of the pan language build-in functions. 
 

Uses of AbstractMatcher in org.quattor.pan.dml.functions
 

Subclasses of AbstractMatcher in org.quattor.pan.dml.functions
 class AbstractStaticMatcher
          Determine whether a string matches a given regular expression, using optional matching flags.
 class AbstractVariableMatcher
          Abstract class to bring together checks done for both match() and matches().
 class Match
          Determine whether a string matches a given regular expression, using optional matching flags.
 class Matches
          Returns a list of the matched groups for a given regular expression against a given string.
 class StaticMatch
          Determine whether a string matches a given regular expression, using optional matching flags where the regular expression and match flags are compile time constants.
 class StaticMatches
          Returns a list of the matched groups for a given regular expression against a given string where the regular expression and match flags are compile time constants.
 



Copyright © 2011 Quattor. All Rights Reserved.