com.eu.miscedautils.vhdlparser
Class FVhPSelectedName
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPSelectedName
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPSelectedName
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPSelectedName
public FVhPSelectedName(java.lang.Integer line,
FVhPBase root)
getRoot
public FVhPBase getRoot()
setRoot
public void setRoot(FVhPBase root)
getElementList
public java.util.LinkedList<FVhPBase> getElementList()
setElementList
public void setElementList(java.util.LinkedList<FVhPBase> elementList)
addElement
public void addElement(FVhPBase ele)
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