8ce0610890782cdc521c17b39c28fce864e7a515
[jalviewjs.git] / unused / com / stevesoft / pat / PopRule.java
1 //\r
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
5 // the details.\r
6 //    -- Happy Computing!\r
7 //\r
8 package com.stevesoft.pat;\r
9 \r
10 /**\r
11  * Implements substitution rule $POP. See the example file <a\r
12  * href="http://javaregex.com/code/trans3.java.html">trans3.html</a>.\r
13  */\r
14 public class PopRule extends SpecialRule\r
15 {\r
16   public PopRule()\r
17   {\r
18   }\r
19 \r
20   public String toString1()\r
21   {\r
22     return "${POP}";\r
23   }\r
24 }\r