• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
          • Atj
          • Aij
          • Language
            • Syntax
            • Semantics
              • Primitive-function-macros
              • Primitive-values
              • Floating-point-placeholders
              • Pointers
              • Floating-point-value-set-parameters
              • Values
              • Primitive-operations
              • Primitive-conversions
              • Reference-values
                • Reference-value
                  • Reference-value-fix
                  • Reference-value-case
                  • Reference-value-equiv
                  • Reference-valuep
                  • Reference-value-pointer
                  • Reference-value-null
                  • Reference-value-kind
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Reference-values

Reference-value

Fixtype of Java reference values [JLS14:4.3.1].

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:pointer → reference-value-pointer
:null → reference-value-null

A reference value is either a pointer (to an object) or the null reference.

Subtopics

Reference-value-fix
Fixing function for reference-value structures.
Reference-value-case
Case macro for the different kinds of reference-value structures.
Reference-value-equiv
Basic equivalence relation for reference-value structures.
Reference-valuep
Recognizer for reference-value structures.
Reference-value-pointer
Reference-value-null
Reference-value-kind
Get the kind (tag) of a reference-value structure.