com.eu.miscedautils.vhdlparser
Class FVhPComponentSpecification
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPComponentSpecification
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPComponentSpecification
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPComponentSpecification
public FVhPComponentSpecification(java.lang.Integer line,
FVhPBase component)
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