com.agical.rdoc.core.model
Interface CodeFormatter

All Superinterfaces:
Serializable
All Known Implementing Classes:
XmlCodeFormatter

public interface CodeFormatter
extends Serializable


Method Summary
 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()
           
 

Method Detail

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.