• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • 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
        • C
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
          • Atj
          • Aij
          • Language
            • Syntax
              • Grammar
              • Unicode-escapes
              • Unicode-input-char
              • Escape-sequence
              • Identifiers
              • Primitive-types
                • Primitive-type
                  • Primitive-type-fix
                  • Primitive-typep
                  • Primitive-type-case
                  • Primitive-type-equiv
                  • Primitive-type-kind
                  • Primitive-type-short
                  • Primitive-type-long
                  • Primitive-type-int
                  • Primitive-type-float
                  • Primitive-type-double
                  • Primitive-type-char
                  • Primitive-type-byte
                  • Primitive-type-boolean
                • Primitive-type-<=
                • Numeric-type
                • Primitive-type-<
                • Integral-type
                • Primitive-type-<1
                • Floating-point-type
              • Reference-types
              • Unicode-characters
              • Keywords
              • Integer-literals
              • String-literals
              • Octal-digits
              • Hexadecimal-digits
              • Decimal-digits
              • Binary-digits
              • Character-literals
              • Null-literal
              • Floating-point-literals
              • Boolean-literals
              • Package-names
              • Literals
            • Semantics
        • Riscv
        • Bitcoin
        • Zcash
        • Yul
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Axe
        • Lists-light
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Primitive-types

Primitive-type

Fixtype of Java (unannotated) primitive types [JLS14:4.2] [JLS14:8.3].

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

Member Tags → Types
:boolean → primitive-type-boolean
:char → primitive-type-char
:byte → primitive-type-byte
:short → primitive-type-short
:int → primitive-type-int
:long → primitive-type-long
:float → primitive-type-float
:double → primitive-type-double

Subtopics

Primitive-type-fix
Fixing function for primitive-type structures.
Primitive-typep
Recognizer for primitive-type structures.
Primitive-type-case
Case macro for the different kinds of primitive-type structures.
Primitive-type-equiv
Basic equivalence relation for primitive-type structures.
Primitive-type-kind
Get the kind (tag) of a primitive-type structure.
Primitive-type-short
Primitive-type-long
Primitive-type-int
Primitive-type-float
Primitive-type-double
Primitive-type-char
Primitive-type-byte
Primitive-type-boolean