Class DigesterRuleParser.PatternStack

  • Enclosing class:
    DigesterRuleParser

    protected class DigesterRuleParser.PatternStack
    extends ArrayStack
    A stack whose toString method returns a '/'-separated concatenation of all the elements in the stack.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PatternStack()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PatternStack

        protected PatternStack()
    • Method Detail

      • toString

        public java.lang.String toString()