2 // This software is now distributed according to
\r
3 // the Lesser Gnu Public License. Please see
\r
4 // http://www.gnu.org/copyleft/lesser.txt for
\r
6 // -- Happy Computing!
\r
8 package com.stevesoft.pat;
\r
10 /** Implements substitution rule $POP. See the example
\r
11 * file <a href="http://javaregex.com/code/trans3.java.html">trans3.html</a>.
\r
13 public class PopRule extends SpecialRule {
\r
15 public String toString1() { return "${POP}"; }
\r