|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.annotation.OptionalIsFormat
public class OptionalIsFormat
Optional is
keyword format annotation.
This class is used to change the output of VHDL constructs with an optional
is
keyword.
Constructor Summary | |
---|---|
OptionalIsFormat(boolean useIs)
Creates a optional is format annotation. |
Method Summary | |
---|---|
boolean |
isUseIs()
Returns if the optional is keyword is added to the output. |
void |
setUseIs(boolean useIs)
Sets if the optional is keyword should be added to the output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionalIsFormat(boolean useIs)
is
format annotation.
useIs
- true
,
if the optional is
should be added to the outputMethod Detail |
---|
public boolean isUseIs()
is
keyword is added to the output.
true
, if the optional is
is addedpublic void setUseIs(boolean useIs)
is
keyword should be added to the output
useIs
- true
, if the optional is
should be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |