|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BVFormatException | |
| byucc.jhdl.apps.Viewers.MemoryView | |
| byucc.jhdl.util.BVFormat | |
| Uses of BVFormatException in byucc.jhdl.apps.Viewers.MemoryView |
| Methods in byucc.jhdl.apps.Viewers.MemoryView that throw BVFormatException | |
void |
MemoryViewer.changeDataFormat(java.lang.String newFormat)
|
| Uses of BVFormatException in byucc.jhdl.util.BVFormat |
| Methods in byucc.jhdl.util.BVFormat that throw BVFormatException | |
void |
BVFormat.setFormat(java.lang.String format)
Method used to change the format for a given instance of a BVFormat object. |
java.lang.String |
BVFormat.formatBV(BV number)
Method takes a BV and returns a string according to the current format specified. |
static java.lang.String |
BVFormat.formatBV(java.lang.String format,
BV number)
Method takes a BV and a format specifier and formats the BV according to the specifier. |
| Constructors in byucc.jhdl.util.BVFormat that throw BVFormatException | |
BVFormat(int width,
java.lang.String format)
Constructs a new BVFormat object with the given format. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||