Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
NewlineRef
org.antlr.stringtemplate.language
Class NewlineRef
java.lang.Object
org.antlr.stringtemplate.language.Expr
org.antlr.stringtemplate.language.StringRef
org.antlr.stringtemplate.language.NewlineRef
- public class NewlineRef
- extends StringRef
Represents a newline. Separated so I can do smart things like not
spitting out newlines when the only thing on a line is an attr expr.
| Fields inherited from class org.antlr.stringtemplate.language.StringRef |
str |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NewlineRef
public NewlineRef(StringTemplate enclosingTemplate,
java.lang.String str)
|