|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.annotation.InterfaceDeclarationFormat
public class InterfaceDeclarationFormat
Interface declaration format annotation. The interface declaration format annotation is used to customize the VHDL output of interface declarations. The options only affect cases where the mode and/or object class are optional. The mode and/or object class are automatically added to the output if they are semantically necessary.
Constructor Summary | |
---|---|
InterfaceDeclarationFormat(boolean useObjectClass,
boolean useMode)
Creates a interface declaration format annotation. |
Method Summary | |
---|---|
boolean |
isUseMode()
Returns if the mode is always included in the output. |
boolean |
isUseObjectClass()
Returns if the object class is always included in the output. |
void |
setUseMode(boolean useMode)
Sets if the mode should always be included in the output. |
void |
setUseObjectClass(boolean useObjectClass)
Sets if the object class should always be included in the outup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterfaceDeclarationFormat(boolean useObjectClass, boolean useMode)
useObjectClass
- true, if the object class should be outputteduseMode
- true, if the mode should be included in the outputMethod Detail |
---|
public boolean isUseMode()
true
, if the mode is always included in the outputpublic void setUseMode(boolean useMode)
useMode
- true
, if the mode should always be included in the outputpublic boolean isUseObjectClass()
true
, if the object class is always included in the outputpublic void setUseObjectClass(boolean useObjectClass)
useObjectClass
- true
, if the object class should always be included
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |