| Class | Line # | Actions | |||
|---|---|---|---|---|---|
| SpecialRule | 10 | 0 | 2 |
| 1 | // | |
| 2 | // This software is now distributed according to | |
| 3 | // the Lesser Gnu Public License. Please see | |
| 4 | // http://www.gnu.org/copyleft/lesser.txt for | |
| 5 | // the details. | |
| 6 | // -- Happy Computing! | |
| 7 | // | |
| 8 | package com.stevesoft.pat; | |
| 9 | ||
| 10 | public class SpecialRule extends ReplaceRule | |
| 11 | { | |
| 12 | 0 | public SpecialRule() |
| 13 | { | |
| 14 | } | |
| 15 | ||
| 16 | 0 | public void apply(StringBufferLike sb, RegRes rr) |
| 17 | { | |
| 18 | } | |
| 19 | } |