Module jfa

Class ID

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped, Serializable

    public class ID
    extends com.sun.jna.NativeLong
    Could be an address in memory (if pointer to a class or method) or a value (like 0 or 1) User: spLeaner
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ID NIL  
      • Fields inherited from class com.sun.jna.NativeLong

        SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      ID()  
      ID​(long peer)  
      ID​(com.sun.jna.Pointer peer)  
    • Field Detail

      • NIL

        public static final ID NIL
    • Constructor Detail

      • ID

        public ID()
      • ID

        public ID​(long peer)
      • ID

        public ID​(com.sun.jna.Pointer peer)
    • Method Detail

      • toPointer

        public com.sun.jna.Pointer toPointer()
      • booleanValue

        public boolean booleanValue()