com.eu.miscedautils.vhdlparser
Class FVhPConfigurationDeclaration

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

public class FVhPConfigurationDeclaration
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
FVhPConfigurationDeclaration(java.lang.Integer line, java.lang.String name, FVhPEntity ent)
           
 
Method Summary
 void addDeclaration(FVhPBase decl)
           
 void addLibraries(java.util.LinkedList<FVhPLibrary> libs)
           
 void addLibrary(FVhPLibrary lib)
           
 void addUseClause(FVhPSelectedName useclause)
           
 void addUseClauses(java.util.LinkedList<FVhPSelectedName> uses)
           
 boolean elaborate()
           
 FVhPArchitecture getArchitecture()
           
 FVhPBlockConfiguration getBlockConfiguration()
           
 FVhPEntity getEntity()
           
 FVhPBase getFlattenedRange()
           
 java.util.LinkedList<FVhPLibrary> getLibraries()
           
 java.lang.String getName()
           
 java.util.HashMap<java.lang.String,FVhPBase> getSymbolTable()
           
 java.util.LinkedList<FVhPSelectedName> getUseclauses()
           
 java.util.LinkedList<FVhPSelectedName> getUseClauses()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 void setBlockConfiguration(FVhPBlockConfiguration blockConfiguration)
           
 void setDeclarations(java.util.LinkedList<FVhPBase> declarations)
           
 void setEntity(FVhPEntity entity)
           
 void setLibraries(java.util.LinkedList<FVhPLibrary> libraries)
           
 void setName(java.lang.String name)
           
 void setSymbolTable(java.util.HashMap<java.lang.String,FVhPBase> symbolTable)
           
 void setUseclauses(java.util.LinkedList<FVhPSelectedName> useclauses)
           
 void setUseClauses(java.util.LinkedList<FVhPSelectedName> linkedList)
           
 
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

FVhPConfigurationDeclaration

public FVhPConfigurationDeclaration(java.lang.Integer line,
                                    java.lang.String name,
                                    FVhPEntity ent)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getEntity

public FVhPEntity getEntity()

setEntity

public void setEntity(FVhPEntity entity)

getUseclauses

public java.util.LinkedList<FVhPSelectedName> getUseclauses()

setUseclauses

public void setUseclauses(java.util.LinkedList<FVhPSelectedName> useclauses)

addLibrary

public void addLibrary(FVhPLibrary lib)

addLibraries

public void addLibraries(java.util.LinkedList<FVhPLibrary> libs)

getLibraries

public java.util.LinkedList<FVhPLibrary> getLibraries()

setLibraries

public void setLibraries(java.util.LinkedList<FVhPLibrary> libraries)

addUseClause

public void addUseClause(FVhPSelectedName useclause)

addUseClauses

public void addUseClauses(java.util.LinkedList<FVhPSelectedName> uses)

getUseClauses

public java.util.LinkedList<FVhPSelectedName> getUseClauses()

setUseClauses

public void setUseClauses(java.util.LinkedList<FVhPSelectedName> linkedList)

setDeclarations

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

addDeclaration

public void addDeclaration(FVhPBase decl)

getBlockConfiguration

public FVhPBlockConfiguration getBlockConfiguration()

setBlockConfiguration

public void setBlockConfiguration(FVhPBlockConfiguration blockConfiguration)

getArchitecture

public FVhPArchitecture getArchitecture()

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

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