Enum VerilogElementType.Type

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BYTE
      BYTE: byte x.
      INTEGER
      INTEGER variable: integer x.
      LONGINT
      LONGINT: longint x.
      PROPERTY
      PROPERTY: property x.
      REAL
      REAL variable: real x.
      REALTIME
      REALTIME variable: realtime x.
      REG
      REG: reg x.
      SEQUENCE
      SEQUENCE: sequence x.
      SHORTINT
      SHORTINT: shortint x.
      SHORTREAL
      SHORTREAL: shortreal x.
      SUPPLY0
      SUPPLY0 net: supply0 x.
      SUPPLY1
      SUPPLY1 net: supply1 x.
      TIME
      TIME variable: time x.
      TRI
      TRI net: tri x.
      TRI0
      TRI0 net: tri0 x.
      TRI1
      TRI1 net: tri1 x.
      TRIAND
      TRIAND net: triand x.
      TRIOR
      TRIOR net: trior x.
      TRIREG
      TRIREG: trireg x.
      UNDEFINED
      Undefined-type variable: x.
      UWIRE
      UWIRE net: uwire x.
      WAND
      WAND net: wand x.
      WIRE
      WIRE net: wire x.
      WOR
      WOR net: wor x.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static VerilogElementType.Type valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static VerilogElementType.Type[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait