com.eu.miscedautils.vhdlparser
Class FVhPComponentDecl
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPComponentDecl
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPComponentDecl
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPComponentDecl
public FVhPComponentDecl(java.lang.Integer line,
java.lang.String name)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getPorts
public java.util.LinkedList<FVhPPort> getPorts()
setPorts
public void setPorts(java.util.LinkedList<FVhPPort> ports)
addPort
public void addPort(FVhPPort port)
getPort
public FVhPPort getPort(java.lang.String portname)
getGenerics
public java.util.LinkedList<FVhPGeneric> getGenerics()
setGenerics
public void setGenerics(java.util.LinkedList<FVhPGeneric> generics)
addGeneric
public void addGeneric(FVhPGeneric param)
getGeneric
public FVhPGeneric getGeneric(java.lang.String genname)
getGeneric
public FVhPGeneric getGeneric(FVhPBase obj)
addDeclaration
public void addDeclaration(FVhPBase decl)
addStatement
public void addStatement(FVhPBase stmt)
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
getEquivalentEntity
public FVhPEntity getEquivalentEntity()
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