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 AutoIndentWriter
anchors, anchors_sp, atStartOfLine, charPosition, charPositionOfStartOfExpr, indents, lineWidth, newline, outFields inherited from interface StringTemplateWriter
NO_WRAP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AutoIndentWriter
getIndentationWidth, getIndentString, indent, indent, popAnchorPoint, popIndentation, pushAnchorPoint, pushIndentation, setLineWidth, write, writeSeparator, writeWrapSeparator
-
Constructor Details
-
NoIndentWriter
-
-
Method Details
-
write
Description copied from class:AutoIndentWriterWrite out a string literal or attribute expression or expression element.- Specified by:
writein interfaceStringTemplateWriter- Overrides:
writein classAutoIndentWriter- Throws:
IOException
-