|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.annotation.ComponentInstantiationFormat
public class ComponentInstantiationFormat
Component instantiation format annotation. The component instantiation format annotation is used to modify the VHDL output of component instantiations.
Constructor Summary | |
---|---|
ComponentInstantiationFormat(boolean useOptionalComponentKeyword)
Creates a component instantiation format annotation. |
Method Summary | |
---|---|
boolean |
isUseOptionalComponentKeyword()
Returns if the component keyword is included in the VHDL output. |
void |
setUseOptionalComponentKeyword(boolean useOptionalComponentKeyword)
Sets if the component keyword should be included in the VHDL output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentInstantiationFormat(boolean useOptionalComponentKeyword)
useOptionalComponentKeyword
- true
,
if the component
keyword should be included in the outputMethod Detail |
---|
public boolean isUseOptionalComponentKeyword()
component
keyword is included in the VHDL output.
true
, if the component
keyword is usedpublic void setUseOptionalComponentKeyword(boolean useOptionalComponentKeyword)
component
keyword should be included in the VHDL output.
useOptionalComponentKeyword
- true
,
if the component
keyword should be included in the output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |