|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.expression.Expression
de.upb.hni.vmagic.expression.Primary
de.upb.hni.vmagic.expression.FunctionCall
public class FunctionCall
Function call.
Constructor Summary | |
---|---|
FunctionCall(Function function)
Creates a function call. |
Method Summary | |
---|---|
Function |
getFunction()
Returns the called function. |
java.util.List<AssociationElement> |
getParameters()
Returns the function call parameters. |
SubtypeIndication |
getType()
Returns the type of this expression. |
void |
setFunction(Function function)
Sets the called function. |
Methods inherited from class de.upb.hni.vmagic.expression.Primary |
---|
getPrecedence |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionCall(Function function)
function
- the called functionMethod Detail |
---|
public Function getFunction()
public void setFunction(Function function)
function
- the functionpublic java.util.List<AssociationElement> getParameters()
public SubtypeIndication getType()
Expression
getType
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |