|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.antlr.stringtemplate.AutoIndentWriter
org.antlr.stringtemplate.NoIndentWriter
public class NoIndentWriter
Just pass through the text
| Field Summary |
|---|
| Fields inherited from class org.antlr.stringtemplate.AutoIndentWriter |
|---|
anchors, anchors_sp, atStartOfLine, charPosition, charPositionOfStartOfExpr, indents, lineWidth, newline, out |
| Fields inherited from interface org.antlr.stringtemplate.StringTemplateWriter |
|---|
NO_WRAP |
| Constructor Summary | |
|---|---|
NoIndentWriter(java.io.Writer out)
|
|
| Method Summary | |
|---|---|
int |
write(java.lang.String str)
Write out a string literal or attribute expression or expression element. |
| Methods inherited from class org.antlr.stringtemplate.AutoIndentWriter |
|---|
getIndentationWidth, getIndentString, indent, indent, popAnchorPoint, popIndentation, pushAnchorPoint, pushIndentation, setLineWidth, write, writeSeparator, writeWrapSeparator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoIndentWriter(java.io.Writer out)
| Method Detail |
|---|
public int write(java.lang.String str)
throws java.io.IOException
AutoIndentWriter
write in interface StringTemplateWriterwrite in class AutoIndentWriterjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||