com.eu.miscedautils.vhdlparser
Class FVhPComponentSpecification

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

public class FVhPComponentSpecification
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
FVhPComponentSpecification(java.lang.Integer line, FVhPBase component)
           
 
Method Summary
 boolean elaborate()
           
 java.lang.String getCompName()
           
 FVhPBase getComponent()
           
 FVhPBase getFlattenedRange()
           
 java.util.LinkedList<java.lang.String> getInstanceNames()
           
 boolean isAll()
           
 boolean isOthers()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 void setAll(boolean isAll)
           
 void setComponent(FVhPBase component)
           
 void setInstanceNames(java.util.LinkedList<java.lang.String> instanceNames)
           
 void setOthers(boolean isOthers)
           
 
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

FVhPComponentSpecification

public FVhPComponentSpecification(java.lang.Integer line,
                                  FVhPBase component)
Method Detail

getInstanceNames

public java.util.LinkedList<java.lang.String> getInstanceNames()

setInstanceNames

public void setInstanceNames(java.util.LinkedList<java.lang.String> instanceNames)

isAll

public boolean isAll()

setAll

public void setAll(boolean isAll)

isOthers

public boolean isOthers()

setOthers

public void setOthers(boolean isOthers)

getCompName

public java.lang.String getCompName()

getComponent

public FVhPBase getComponent()

setComponent

public void setComponent(FVhPBase component)

print

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

printDecl

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

elaborate

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

getFlattenedRange

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