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.
-
-
Field Summary
-
Fields inherited from class org.antlr.stringtemplate.language.Expr
enclosingTemplate, indentation
-
-
Constructor Summary
Constructors Constructor Description NewlineRef(StringTemplate enclosingTemplate, java.lang.String str)
-
Method Summary
-
Methods inherited from class org.antlr.stringtemplate.language.Expr
getEnclosingTemplate, getIndentation, setIndentation
-
-
-
-
Constructor Detail
-
NewlineRef
public NewlineRef(StringTemplate enclosingTemplate, java.lang.String str)
-
-