class Appender
extends java.lang.Object
implements java.lang.Appendable
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
areaId |
(package private) boolean |
err |
(package private) Source[] |
sources |
| Constructor and Description |
|---|
Appender(Source[] sources,
java.lang.String areaId,
boolean err) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Appendable |
append(char ch) |
java.lang.Appendable |
append(java.lang.CharSequence text) |
java.lang.Appendable |
append(java.lang.CharSequence text,
int start,
int end) |
final Source[] sources
final java.lang.String areaId
final boolean err
Appender(Source[] sources, java.lang.String areaId, boolean err)
public java.lang.Appendable append(char ch)
throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic java.lang.Appendable append(java.lang.CharSequence text)
throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic java.lang.Appendable append(java.lang.CharSequence text,
int start,
int end)
throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOException