Class VerilogIndexRange


  • public final class VerilogIndexRange
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int max  
      int min  
    • Constructor Summary

      Constructors 
      Constructor Description
      VerilogIndexRange​(int min, int max)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • min

        public final int min
      • max

        public final int max
    • Constructor Detail

      • VerilogIndexRange

        public VerilogIndexRange​(int min,
                                 int max)