com.eu.miscedautils.verilogparser
Class FVPGenerateBase
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.verilogparser.FVPBase
com.eu.miscedautils.verilogparser.FVPGenerateBase
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FVPElseGenerate, FVPForGenerate, FVPIfGenerate
public abstract class FVPGenerateBase
- extends FVPBase
- See Also:
- Serialized Form
Methods inherited from class com.eu.miscedautils.verilogparser.FVPBase |
clearDummy, getFile, getLine, getObjType, getRegion, getScope, isDummy, isParsableToInt, printDecl, printDeclSystemC, printIntoFileStream, printSystemC, setDummy, setFile, setLine, setObjType, setRegion, setScope |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVPGenerateBase
public FVPGenerateBase(java.lang.Integer line,
FVPGenerateBase.StmtType type)
getSymbolTable
public java.util.HashMap<java.lang.String,FVPBase> getSymbolTable()
setSymbolTable
public void setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
getStatementType
public FVPGenerateBase.StmtType getStatementType()
setStatementType
public void setStatementType(FVPGenerateBase.StmtType type)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getDeclarations
public java.util.LinkedList<FVPBase> getDeclarations()
setDeclarations
public void setDeclarations(java.util.LinkedList<FVPBase> declarations)
addDeclaration
public void addDeclaration(FVPBase decl)
evaluate
public abstract FVPExprBase evaluate()
print
public abstract java.lang.String print()
- Specified by:
print
in class FVPBase
printSystemC
public abstract java.lang.String printSystemC()
- Specified by:
printSystemC
in class FVPBase
elaborate
public abstract boolean elaborate()
- Specified by:
elaborate
in class FVPBase