com.eu.miscedautils.verilogparser
Class FVPMetaComment
java.lang.Object
com.eu.miscedautils.verilogparser.FVPMetaComment
public class FVPMetaComment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVPMetaComment
public FVPMetaComment(java.lang.Integer line,
java.lang.String commandPrefix,
FVPMetaComment.CommandType type)
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)
getCommandType
public FVPMetaComment.CommandType getCommandType()
setCommandType
public void setCommandType(FVPMetaComment.CommandType commandType)
getCommandPrefix
public java.lang.String getCommandPrefix()
setCommandPrefix
public void setCommandPrefix(java.lang.String commandPrefix)
print
public java.lang.String print()
elaborate
public boolean elaborate()
printIntoFileStream
public void printIntoFileStream(java.io.BufferedWriter writer)