anvil.java.util
Interface Substitution

All Known Implementing Classes:
FunctionSubstitution, GroupSubstitution, StringSubstitution

public interface Substitution


Method Summary
 void append(int count, java.lang.CharSequence input, java.lang.StringBuffer buffer, java.util.regex.Matcher matcher)
           
 

Method Detail

append

public void append(int count,
                   java.lang.CharSequence input,
                   java.lang.StringBuffer buffer,
                   java.util.regex.Matcher matcher)