Class PrettyFormaterImpl
java.lang.Object
org.gvsig.expressionevaluator.spi.PrettyFormaterImpl
- All Implemented Interfaces:
PrettyFormatter
- Direct Known Subclasses:
Code.EmptyFormatter
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrettyFormaterImpl
public PrettyFormaterImpl()
-
-
Method Details
-
setIndentSize
public void setIndentSize(int indentSize) - Specified by:
setIndentSizein interfacePrettyFormatter
-
setUseNl
public void setUseNl(boolean useNl) - Specified by:
setUseNlin interfacePrettyFormatter
-
indent
public void indent()- Specified by:
indentin interfacePrettyFormatter
-
unindent
public void unindent()- Specified by:
unindentin interfacePrettyFormatter
-
nl
public void nl()- Specified by:
nlin interfacePrettyFormatter
-
push
public void push()- Specified by:
pushin interfacePrettyFormatter
-
pop
public void pop()- Specified by:
popin interfacePrettyFormatter
-
append
- Specified by:
appendin interfacePrettyFormatter
-
build
- Specified by:
buildin interfacePrettyFormatter
-