-
- All Implemented Interfaces:
-
java.lang.Appendable
public final class CodeGenerator.AppendableFilter implements Appendable
-
-
Constructor Summary
Constructors Constructor Description CodeGenerator.AppendableFilter(Appendable destination, Integer maxNewlines)
-
Method Summary
Modifier and Type Method Description Appendableappend(Character c)Appendableappend(CharSequence csq)Appendableappend(CharSequence csq, Integer start, Integer end)-
-
Constructor Detail
-
CodeGenerator.AppendableFilter
CodeGenerator.AppendableFilter(Appendable destination, Integer maxNewlines)
-
-
Method Detail
-
append
Appendable append(Character c)
-
append
Appendable append(CharSequence csq)
-
append
Appendable append(CharSequence csq, Integer start, Integer end)
-
-
-
-