com.eu.miscedautils.vhdlparser
Class FVhPComponentDecl

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

public class FVhPComponentDecl
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
FVhPComponentDecl(java.lang.Integer line, java.lang.String name)
           
 
Method Summary
 void addDeclaration(FVhPBase decl)
           
 void addGeneric(FVhPGeneric param)
           
 void addPort(FVhPPort port)
           
 void addStatement(FVhPBase stmt)
           
 boolean elaborate()
           
 FVhPEntity getEquivalentEntity()
           
 FVhPBase getFlattenedRange()
           
 FVhPGeneric getGeneric(FVhPBase obj)
           
 FVhPGeneric getGeneric(java.lang.String genname)
           
 java.util.LinkedList<FVhPGeneric> getGenerics()
           
 java.lang.String getName()
           
 FVhPPort getPort(java.lang.String portname)
           
 java.util.LinkedList<FVhPPort> getPorts()
           
 java.util.HashMap<java.lang.String,FVhPBase> getSymbolTable()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 void setGenerics(java.util.LinkedList<FVhPGeneric> generics)
           
 void setName(java.lang.String name)
           
 void setPorts(java.util.LinkedList<FVhPPort> ports)
           
 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

FVhPComponentDecl

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

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