com.eu.miscedautils.verilogparser
Class FVPSystemTaskCall

java.lang.Object
  extended by com.eu.miscedautils.BaseHDLObject.BaseHDL
      extended by com.eu.miscedautils.verilogparser.FVPBase
          extended by com.eu.miscedautils.verilogparser.FVPSeqStmtBase
              extended by com.eu.miscedautils.verilogparser.FVPSystemTaskCall
All Implemented Interfaces:
java.io.Serializable

public class FVPSystemTaskCall
extends FVPSeqStmtBase

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eu.miscedautils.verilogparser.FVPSeqStmtBase
FVPSeqStmtBase.StmtType
 
Nested classes/interfaces inherited from class com.eu.miscedautils.verilogparser.FVPBase
FVPBase.ObjType
 
Nested classes/interfaces inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL
BaseHDL.ParserType
 
Constructor Summary
FVPSystemTaskCall(java.lang.Integer line, FVPSeqStmtBase.StmtType type)
           
FVPSystemTaskCall(java.lang.Integer line, java.lang.String name, java.util.LinkedList<FVPExprBase> args)
           
 
Method Summary
 boolean elaborate()
           
 FVPExprBase evaluate()
           
 java.util.LinkedList<FVPExprBase> getArguments()
           
 FVPBase getDelayOrControlBeforeAssgnOp()
           
 java.lang.String getName()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 java.lang.String printDeclareSystemCFunction()
           
 java.lang.String printDeclSystemC()
           
 void printIntoFileStream(java.io.BufferedWriter writer)
           
 java.lang.String printSystemC()
           
 java.lang.String printSystemC(FVPSCUtil.SignalPrintType printType)
           
 void setArguments(java.util.LinkedList<FVPExprBase> arguments)
           
 void setDelayOrControlBeforeAssgnOp(FVPBase beforeAssgnOp)
           
 void setName(java.lang.String taskName)
           
 
Methods inherited from class com.eu.miscedautils.verilogparser.FVPSeqStmtBase
addComment, addDeclaration, getComment, getDeclarations, getLabel, getStatementType, getSymbolTable, setComment, setDeclarations, setLabel, setStatementType, setSymbolTable
 
Methods inherited from class com.eu.miscedautils.verilogparser.FVPBase
clearDummy, getFile, getLine, getObjType, getRegion, getScope, isDummy, isParsableToInt, setDummy, setFile, setLine, setObjType, setRegion, setScope
 
Methods inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL
getParserType, setParserType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FVPSystemTaskCall

public FVPSystemTaskCall(java.lang.Integer line,
                         java.lang.String name,
                         java.util.LinkedList<FVPExprBase> args)

FVPSystemTaskCall

public FVPSystemTaskCall(java.lang.Integer line,
                         FVPSeqStmtBase.StmtType type)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String taskName)

getArguments

public java.util.LinkedList<FVPExprBase> getArguments()

setArguments

public void setArguments(java.util.LinkedList<FVPExprBase> arguments)

getDelayOrControlBeforeAssgnOp

public FVPBase getDelayOrControlBeforeAssgnOp()

setDelayOrControlBeforeAssgnOp

public void setDelayOrControlBeforeAssgnOp(FVPBase beforeAssgnOp)

elaborate

public boolean elaborate()
Specified by:
elaborate in class FVPSeqStmtBase

evaluate

public FVPExprBase evaluate()
Specified by:
evaluate in class FVPSeqStmtBase

print

public java.lang.String print()
Specified by:
print in class FVPSeqStmtBase

printIntoFileStream

public void printIntoFileStream(java.io.BufferedWriter writer)
Specified by:
printIntoFileStream in class FVPBase

printDecl

public java.lang.String printDecl()
Specified by:
printDecl in class FVPBase

printSystemC

public java.lang.String printSystemC()
Specified by:
printSystemC in class FVPBase

printDeclSystemC

public java.lang.String printDeclSystemC()
Specified by:
printDeclSystemC in class FVPBase

printSystemC

public java.lang.String printSystemC(FVPSCUtil.SignalPrintType printType)
Specified by:
printSystemC in class FVPBase

printDeclareSystemCFunction

public java.lang.String printDeclareSystemCFunction()