com.eu.miscedautils.verilogparser
Class FVPMetaComment

java.lang.Object
  extended by com.eu.miscedautils.verilogparser.FVPMetaComment

public class FVPMetaComment
extends java.lang.Object


Nested Class Summary
static class FVPMetaComment.CommandType
           
 
Constructor Summary
FVPMetaComment(java.lang.Integer line, java.lang.String commandPrefix, FVPMetaComment.CommandType type)
           
 
Method Summary
 boolean elaborate()
           
 java.lang.String getCommandPrefix()
           
 FVPMetaComment.CommandType getCommandType()
           
 java.lang.Integer getLine()
           
 FVPBase.ObjType getObjType()
           
 java.lang.String print()
           
 void printIntoFileStream(java.io.BufferedWriter writer)
           
 void setCommandPrefix(java.lang.String commandPrefix)
           
 void setCommandType(FVPMetaComment.CommandType commandType)
           
 void setLine(java.lang.Integer line)
           
 void setObjType(FVPBase.ObjType objType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FVPMetaComment

public FVPMetaComment(java.lang.Integer line,
                      java.lang.String commandPrefix,
                      FVPMetaComment.CommandType type)
Method Detail

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)