com.agical.rdoc.core.model
Interface CodeFormatter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- XmlCodeFormatter
public interface CodeFormatter
- extends Serializable
reservedWord
String reservedWord(String word)
primitive
String primitive(String primitive)
identifier
String identifier(String identifer)
number
String number(String number)
stringLiteral
String stringLiteral(String stringLiteral)
charLiteral
String charLiteral(String charLiteral)
singleLineComment
String singleLineComment(String singleLineComment)
formalComment
String formalComment(String formalComment)
newLine
String newLine()
space
String space()
tab
String tab()
other
String other(String other)
Copyright © 2005-2011 Agical AB. All Rights Reserved.