com.eu.miscedautils.vhdlparser
Class FVhPSeqCaseItem
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPSeqCaseItem
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPSeqCaseItem
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPSeqCaseItem
public FVhPSeqCaseItem(java.lang.Integer line,
java.util.LinkedList<FVhPBase> alters)
getAlternatives
public java.util.LinkedList<FVhPBase> getAlternatives()
setAlternatives
public void setAlternatives(java.util.LinkedList<FVhPBase> alts)
getStmtBlock
public java.util.LinkedList<FVhPBase> getStmtBlock()
setStmtBlock
public void setStmtBlock(java.util.LinkedList<FVhPBase> stmts)
addStatement
public void addStatement(FVhPBase stmt)
isDefaultAlternative
public boolean isDefaultAlternative()
setDefaultAlternative
public void setDefaultAlternative(boolean defaultAlternative)
print
public java.lang.String print()
- Specified by:
print
in class FVhPBase
elaborate
public boolean elaborate()
- Specified by:
elaborate
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