Uses of Class
com.eu.miscedautils.verilogparser.FVPComment

Packages that use FVPComment
com.eu.miscedautils.verilogparser   
 

Uses of FVPComment in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPComment
 FVPComment FVPSeqStmtBase.getComment()
           
 FVPComment FVPModule.getComment()
           
 FVPComment FVPParamDecl.getComment()
           
 FVPComment FVPRegister.getComment()
           
 FVPComment FVPPort.getComment()
           
 FVPComment FVPDescription.getComment()
           
 FVPComment FVPAlwaysBlock.getComment()
           
 FVPComment FVPInitialBlock.getComment()
           
 FVPComment FVPDescription.getComment(java.lang.Integer line)
           
 FVPComment FVPDescription.getCurrentComment()
           
 FVPComment FVPDescription.getNonObjectComment()
           
 

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPComment
 void FVPSeqStmtBase.setComment(FVPComment comment)
           
 void FVPModule.setComment(FVPComment comment)
           
 void FVPParamDecl.setComment(FVPComment comment)
           
 void FVPRegister.setComment(FVPComment comment)
           
 void FVPPort.setComment(FVPComment comment)
           
 void FVPAlwaysBlock.setComment(FVPComment comment)
           
 void FVPInitialBlock.setComment(FVPComment comment)
           
 void FVPDescription.setComment(java.lang.Integer line, FVPComment comment)
           
 void FVPDescription.setCurrentComment(FVPComment cmnt)
           
 void FVPDescription.setNonObjectComment(FVPComment nonObjectComment)