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

Packages that use FVPDescription
com.eu.miscedautils.shell   
com.eu.miscedautils.verilogparser   
 

Uses of FVPDescription in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return FVPDescription
 FVPDescription BayaBackBone.getDescription()
           
 FVPDescription BrigidBackBone.getVerilogDescription()
           
 

Methods in com.eu.miscedautils.shell with parameters of type FVPDescription
 void BrigidBackBone.setVerilogDescription(FVPDescription desc)
           
 

Uses of FVPDescription in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPDescription
static FVPDescription FVPDescription.instance()
           
 

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPDescription
 void FVPDescription.setInstance(FVPDescription desc)