psdi.common.parse

Class AnyMatch



  • public class AnyMatch
    extends Matches
    Matches sub-class that matches any number of any characters. This object is created for percent-sign characters of the pattern.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected boolean matches(char[] operand, int cursorPos)
      Matches any number of characters (including none) and continues to check the rest of the pattern and operand.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait