com.eu.miscedautils.vhdlparser
Class FVhPSubProgramDecl

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

public class FVhPSubProgramDecl
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
FVhPSubProgramDecl(java.lang.String name, java.lang.Integer line)
           
 
Method Summary
 void addDeclaration(FVhPBase decl)
           
 void addInterfaceElement(FVhPInterfaceElement ele)
           
 boolean elaborate()
           
 java.util.LinkedList<FVhPBase> getDeclarations()
           
 FVhPBase getFlattenedRange()
           
 java.util.LinkedList<FVhPInterfaceElement> getInterfaceElementList()
           
 java.lang.String getName()
           
 FVhPBase getPort(java.lang.String name)
           
 FVhPSubTypeIndication getReturnType()
           
 java.util.HashMap<java.lang.String,FVhPBase> getSymbolTable()
           
 boolean isFunction()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 void setDeclarations(java.util.LinkedList<FVhPBase> decls)
           
 void setFunction(boolean isFunction)
           
 void setInterfaceElementList(java.util.LinkedList<FVhPInterfaceElement> interfaceElementList)
           
 void setName(java.lang.String name)
           
 void setReturnType(FVhPSubTypeIndication returnType)
           
 void setSymbolTable(java.util.HashMap<java.lang.String,FVhPBase> symbolTable)
           
 
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

FVhPSubProgramDecl

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

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getInterfaceElementList

public java.util.LinkedList<FVhPInterfaceElement> getInterfaceElementList()

getPort

public FVhPBase getPort(java.lang.String name)

setInterfaceElementList

public void setInterfaceElementList(java.util.LinkedList<FVhPInterfaceElement> interfaceElementList)

addInterfaceElement

public void addInterfaceElement(FVhPInterfaceElement ele)

getReturnType

public FVhPSubTypeIndication getReturnType()

setReturnType

public void setReturnType(FVhPSubTypeIndication returnType)

isFunction

public boolean isFunction()

setFunction

public void setFunction(boolean isFunction)

getDeclarations

public java.util.LinkedList<FVhPBase> getDeclarations()

setDeclarations

public void setDeclarations(java.util.LinkedList<FVhPBase> decls)

addDeclaration

public void addDeclaration(FVhPBase decl)

getSymbolTable

public java.util.HashMap<java.lang.String,FVhPBase> getSymbolTable()

setSymbolTable

public void setSymbolTable(java.util.HashMap<java.lang.String,FVhPBase> symbolTable)

elaborate

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

printDecl

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

print

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

getFlattenedRange

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