psdi.common.parse

Class SingleMatch



  • public class SingleMatch
    extends Matches
    Matches sub-class that matches any single character. This object is created for underscore characters of the pattern.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SingleMatch(char matchChar, Matches nextNode) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected boolean matches(char[] operand, int cursorPos)
      Matches any character and continues to check from the next position.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

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