|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Function
Function.
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Returns the subprogram's identifier. |
java.util.List<VhdlObjectProvider<? extends VhdlObject>> |
getParameters()
Returns the parameters of this subprogram. |
SubtypeIndication |
getReturnType()
Returns the return type of this function. |
boolean |
isImpure()
Returns if this function if impure. |
void |
setIdentifier(java.lang.String identifier)
Sets the subprogram's identifier. |
void |
setImpure(boolean impure)
Sets if this function should be impure. |
void |
setReturnType(SubtypeIndication returnType)
Sets the return type of this function. |
Method Detail |
---|
boolean isImpure()
true
, if this function is impurevoid setImpure(boolean impure)
impure
- true
, if this function should be impureSubtypeIndication getReturnType()
void setReturnType(SubtypeIndication returnType)
returnType
- the return typejava.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
void setIdentifier(java.lang.String identifier)
identifier
- the identifierjava.util.List<VhdlObjectProvider<? extends VhdlObject>> getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |