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 FVPModule.getComment()
           
 FVPComment FVPSeqStmtBase.getComment()
           
 FVPComment FVPDescription.getComment()
           
 FVPComment FVPInitialBlock.getComment()
           
 FVPComment FVPParamDecl.getComment()
           
 FVPComment FVPRegister.getComment()
           
 FVPComment FVPPort.getComment()
           
 FVPComment FVPAlwaysBlock.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 FVPModule.setComment(FVPComment comment)
           
 void FVPSeqStmtBase.setComment(FVPComment comment)
           
 void FVPInitialBlock.setComment(FVPComment comment)
           
 void FVPParamDecl.setComment(FVPComment comment)
           
 void FVPRegister.setComment(FVPComment comment)
           
 void FVPPort.setComment(FVPComment comment)
           
 void FVPAlwaysBlock.setComment(FVPComment comment)
           
 void FVPDescription.setComment(java.lang.Integer line, FVPComment comment)
           
 void FVPDescription.setCurrentComment(FVPComment cmnt)
           
 void FVPDescription.setNonObjectComment(FVPComment nonObjectComment)