com.eu.miscedautils.verilogparser
Class FVPUDP

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

public class FVPUDP
extends FVPBase

See Also:
Serialized Form

Nested Class Summary
 
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
FVPUDP(java.lang.String name, java.lang.Integer line)
           
 
Method Summary
 void addDeclaration(FVPBase decl)
           
 void addParent(FVPModule mod)
           
 void addPort(FVPPort port)
           
 void addPortId(FVPIdentifier port)
           
 void addStatement(FVPBase stmt)
           
 boolean elaborate()
           
 java.util.LinkedList<FVPBase> getDeclarations()
           
 java.lang.String getName()
           
 java.util.ArrayList<FVPModule> getParents()
           
 FVPPort getPort(java.lang.String portname)
           
 java.util.List<FVPIdentifier> getPortIds()
           
 java.util.LinkedList<FVPPort> getPorts()
           
 java.util.LinkedList<FVPBase> getStatements()
           
 java.util.HashMap<java.lang.String,FVPBase> getSymbolTable()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 java.lang.String printDeclSystemC()
           
 void printIntoFileStream(java.io.BufferedWriter writer)
           
 java.lang.String printSystemC()
           
 java.lang.String printSystemC(FVPSCUtil.SignalPrintType printType)
           
 void removeDeclaration(FVPBase decl)
           
 void removeParent(FVPModule mod)
           
 void removePort(java.lang.String portName)
           
 void removeStatement(FVPBase stmt)
           
 void setDeclarations(java.util.LinkedList<FVPBase> declarations)
           
 void setName(java.lang.String name)
           
 void setParents(java.util.ArrayList<FVPModule> parents)
           
 void setPortIds(java.util.LinkedList<FVPIdentifier> portids)
           
 void setPorts(java.util.LinkedList<FVPPort> ports)
           
 void setStatements(java.util.LinkedList<FVPBase> statements)
           
 void setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
           
 
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

FVPUDP

public FVPUDP(java.lang.String name,
              java.lang.Integer line)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getPortIds

public java.util.List<FVPIdentifier> getPortIds()

setPortIds

public void setPortIds(java.util.LinkedList<FVPIdentifier> portids)

addPortId

public void addPortId(FVPIdentifier port)

getPorts

public java.util.LinkedList<FVPPort> getPorts()

setPorts

public void setPorts(java.util.LinkedList<FVPPort> ports)

addPort

public void addPort(FVPPort port)

getPort

public FVPPort getPort(java.lang.String portname)

getDeclarations

public java.util.LinkedList<FVPBase> getDeclarations()

setDeclarations

public void setDeclarations(java.util.LinkedList<FVPBase> declarations)

addDeclaration

public void addDeclaration(FVPBase decl)

getStatements

public java.util.LinkedList<FVPBase> getStatements()

setStatements

public void setStatements(java.util.LinkedList<FVPBase> statements)

addStatement

public void addStatement(FVPBase stmt)

getParents

public java.util.ArrayList<FVPModule> getParents()

setParents

public void setParents(java.util.ArrayList<FVPModule> parents)

addParent

public void addParent(FVPModule mod)

removeParent

public void removeParent(FVPModule mod)

removePort

public void removePort(java.lang.String portName)

removeDeclaration

public void removeDeclaration(FVPBase decl)

removeStatement

public void removeStatement(FVPBase stmt)

getSymbolTable

public java.util.HashMap<java.lang.String,FVPBase> getSymbolTable()

setSymbolTable

public void setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)

print

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

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

elaborate

public boolean elaborate()
Specified by:
elaborate 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