Package org.antlr.stringtemplate
Class NoIndentWriter
java.lang.Object
org.antlr.stringtemplate.AutoIndentWriter
org.antlr.stringtemplate.NoIndentWriter
- All Implemented Interfaces:
StringTemplateWriter
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
Constructors -
Method Summary
Methods inherited from class org.antlr.stringtemplate.AutoIndentWriter
getIndentationWidth, getIndentString, indent, indent, popAnchorPoint, popIndentation, pushAnchorPoint, pushIndentation, setLineWidth, write, writeSeparator, writeWrapSeparator
-
Constructor Details
-
NoIndentWriter
-
-
Method Details
-
write
Description copied from class:AutoIndentWriter
Write out a string literal or attribute expression or expression element.- Specified by:
write
in interfaceStringTemplateWriter
- Overrides:
write
in classAutoIndentWriter
- Throws:
IOException
-