com.eu.miscedautils.vhdlparser
Class FVhPSubProgramCall

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

public class FVhPSubProgramCall
extends FVhPBase

See Also:
Serialized Form

Nested Class Summary
 
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
FVhPSubProgramCall(java.lang.Integer line, java.lang.String name)
           
 
Method Summary
 void addArgument(FVhPExprBase arg)
           
 boolean elaborate()
           
 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.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

FVhPSubProgramCall

public FVhPSubProgramCall(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()

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)

getSubprogramDefinitionWithIntialValues

public FVhPBase getSubprogramDefinitionWithIntialValues()

elaborate

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

print

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

printDecl

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

getFlattenedRange

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