com.eu.miscedautils.vhdlparser
Class FVhPWaveForm
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPWaveForm
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPWaveForm
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPWaveForm
public FVhPWaveForm(java.lang.Integer line,
java.util.LinkedList<FVhPWaveFrmEle> waveforms,
FVhPExprBase cond)
getWaveformElementList
public java.util.LinkedList<FVhPWaveFrmEle> getWaveformElementList()
setWaveformElementList
public void setWaveformElementList(java.util.LinkedList<FVhPWaveFrmEle> waveformElementList)
getCondition
public FVhPExprBase getCondition()
setCondition
public void setCondition(FVhPExprBase condition)
isElse
public boolean isElse()
setElse
public void setElse(boolean isElse)
isUnaffedted
public boolean isUnaffedted()
setUnaffedted
public void setUnaffedted(boolean unaffedted)
print
public java.lang.String print()
- Specified by:
print
in class FVhPBase
printWaveforms
public java.lang.String printWaveforms(boolean isSelected)
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