• 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
                • Jvalue
                  • Jvalue-fix
                  • Jvalue-equiv
                  • Jvalue-reference
                  • Jvalue-primitive
                  • Jvaluep
                  • Jvalue-kind
                • Jvaluex
              • Primitive-operations
              • Primitive-conversions
              • Reference-values
        • 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
  • Values

Jvalue

Fixtype of Java values [JLS14:4], excluding extended-exponent values [JLS14:4.2.3].

This is a sum-of-products (i.e., union) type, introduced by fty::defflexsum.

Members
:primitive → jvalue-primitive
:reference → jvalue-reference

To avoid a conflict with value, we prefix value with j for the fixtype of Java values, and, for consistency, we do the same for recognizer, fixer, and equivalence.

Subtopics

Jvalue-fix
Fixing function for jvalue structures.
Jvalue-equiv
Basic equivalence relation for jvalue structures.
Jvalue-reference
Jvalue-primitive
Jvaluep
Recognizer for jvalue structures.
Jvalue-kind
Get the kind (tag) of a jvalue structure.