com.eu.miscedautils.verilogparser
Class FVPCompilerDirectiveCond
java.lang.Object
com.eu.miscedautils.verilogparser.FVPCompilerDirectiveCond
public class FVPCompilerDirectiveCond
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVPCompilerDirectiveCond
public FVPCompilerDirectiveCond(java.lang.Integer line,
java.lang.String id,
FVPCompilerDirectiveCond.Directive dirtype)
getObjType
public FVPBase.ObjType getObjType()
setObjType
public void setObjType(FVPBase.ObjType objType)
getLine
public java.lang.Integer getLine()
setLine
public void setLine(java.lang.Integer line)
getIdentifier
public java.lang.String getIdentifier()
setIdentifier
public void setIdentifier(java.lang.String identifier)
getDirectivetype
public FVPCompilerDirectiveCond.Directive getDirectivetype()
setDirectivetype
public void setDirectivetype(FVPCompilerDirectiveCond.Directive directivetype)
isCondTrue
public boolean isCondTrue()
setCondTrue
public void setCondTrue(boolean condtrue)
isOneblockalreadyvisited
public boolean isOneblockalreadyvisited()
setOneblockalreadyvisited
public void setOneblockalreadyvisited(boolean oneblockalreadyvisited)
isReadInputs
public boolean isReadInputs()
elaborate
public boolean elaborate()
print
public java.lang.String print()
printIntoFileStream
public void printIntoFileStream(java.io.BufferedWriter writer)