com.eu.miscedautils.vhdlparser
Class FVhPExprFunctionCall

java.lang.Object
  extended by com.eu.miscedautils.BaseHDLObject.BaseHDL
      extended by com.eu.miscedautils.vhdlparser.FVhPBase
          extended by com.eu.miscedautils.vhdlparser.FVhPExprBase
              extended by com.eu.miscedautils.vhdlparser.FVhPExprFunctionCall
All Implemented Interfaces:
java.io.Serializable

public class FVhPExprFunctionCall
extends FVhPExprBase

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eu.miscedautils.vhdlparser.FVhPExprBase
FVhPExprBase.ExprType
 
Nested classes/interfaces inherited from class com.eu.miscedautils.vhdlparser.FVhPBase
FVhPBase.ObjectClass, FVhPBase.ObjType
 
Nested classes/interfaces inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL
BaseHDL.ParserType
 
Constructor Summary
FVhPExprFunctionCall(java.lang.Integer line, java.lang.String name)
           
 
Method Summary
 void addArgument(FVhPExprBase arg)
           
 boolean elaborate()
           
 FVhPExprBase evaluate()
           
 java.util.LinkedList<FVhPExprBase> getArguments()
           
 FVhPBase getFlattenedRange()
           
 java.lang.String getLabel()
           
 java.lang.String getSubpName()
           
 FVhPBase getSubprogramDefinition()
           
 FVhPBase getSubprogramDefinitionWithIntialValues()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 void setArguments(java.util.LinkedList<FVhPExprBase> arguments)
           
 void setLabel(java.lang.String label)
           
 void setSubpName(java.lang.String subpName)
           
 void setSubprogramDefinition(FVhPBase subprogramDefinition)
           
 
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPExprBase
getEvaluatedIntegerValue, getEvaluatedval, getSubtypeIndication, getType, setEvaluatedval, setSubtypeIndication, setType
 
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPBase
getFile, getLine, getObjType, getScope, setFile, setLine, setObjType, setScope
 
Methods inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL
getParserType, setParserType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FVhPExprFunctionCall

public FVhPExprFunctionCall(java.lang.Integer line,
                            java.lang.String name)
Method Detail

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getSubpName

public java.lang.String getSubpName()

setSubpName

public void setSubpName(java.lang.String subpName)

getSubprogramDefinition

public FVhPBase getSubprogramDefinition()

getSubprogramDefinitionWithIntialValues

public FVhPBase getSubprogramDefinitionWithIntialValues()

setSubprogramDefinition

public void setSubprogramDefinition(FVhPBase subprogramDefinition)

getArguments

public java.util.LinkedList<FVhPExprBase> getArguments()

setArguments

public void setArguments(java.util.LinkedList<FVhPExprBase> arguments)

addArgument

public void addArgument(FVhPExprBase arg)

elaborate

public boolean elaborate()
Specified by:
elaborate in class FVhPExprBase

print

public java.lang.String print()
Specified by:
print in class FVhPExprBase

printDecl

public java.lang.String printDecl()
Specified by:
printDecl in class FVhPBase

evaluate

public FVhPExprBase evaluate()
Specified by:
evaluate in class FVhPExprBase

getFlattenedRange

public FVhPBase getFlattenedRange()
Specified by:
getFlattenedRange in class FVhPBase