|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VhdlCodeFormat
The VhdlCodeFormatOld defines the output format of the generated source code.
Field Summary | |
---|---|
static VhdlCodeFormat |
DEFAULT
The default code format. |
Method Summary | |
---|---|
java.lang.String |
getIndentationString()
Returns the indentation string. |
java.lang.String |
getLineSeparator()
Returns the line separator. |
boolean |
isAlign()
Returns true if output elements should be aligned (e.g. signals in a port). |
boolean |
isRepeatLabels()
Returns true if labeles should be repeated at the end of a construct (e.g. an entity). |
boolean |
isUpperCaseKeywords()
Returns true if upper case keywords should be used. |
Field Detail |
---|
static final VhdlCodeFormat DEFAULT
Method Detail |
---|
java.lang.String getLineSeparator()
java.lang.String getIndentationString()
boolean isAlign()
boolean isRepeatLabels()
boolean isUpperCaseKeywords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |