• 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
                • 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
  • Semantics

Values

Java values [JLS14:4].

A value is either a primitive value or a reference value [JLS14:4.1].

Since in our model we have primitive values with and without extended-exponent values [JLS14:4.2.3], here we correspondingly formalize values with and without extended-exponent values.

To avoid conflict or confusion with value, we prefix value with j in ACL2 fixtype and function names that pertain to Java values.

Subtopics

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