public interface CodeFormatter extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
charLiteral(String charLiteral) |
String |
formalComment(String formalComment) |
String |
identifier(String identifer) |
String |
newLine() |
String |
number(String number) |
String |
other(String other) |
String |
primitive(String primitive) |
String |
reservedWord(String word) |
String |
singleLineComment(String singleLineComment) |
String |
space() |
String |
stringLiteral(String stringLiteral) |
String |
tab() |
Copyright © 2005-2013 Agical AB. All Rights Reserved.