needed for applet search
[jalview.git] / src / 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 /** Implements substitution rule $POP. See the example\r
11   * file <a href="http://javaregex.com/code/trans3.java.html">trans3.html</a>.\r
12   */\r
13 public class PopRule extends SpecialRule {\r
14     public PopRule() {}\r
15     public String toString1() { return "${POP}"; }\r
16 }\r