• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • 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
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • 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].