• 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
            • Primitive-operations
            • Primitive-conversions
              • Primitive-narrowing-conversions
              • Primitive-widening-conversions
                • Short-to-long
                • Short-to-float
                • Short-to-double
                • Long-to-float
                • Long-to-double
                • Int-to-double
                • Float-to-double
                • Char-to-float
                • Char-to-double
                • Byte-to-float
                • Byte-to-double
                • Short-to-int
                • Int-to-long
                • Int-to-float
                • Char-to-long
                • Char-to-int
                • Byte-to-short
                • Byte-to-long
                • Byte-to-int
              • Primitive-widening-narrowing-conversions
            • Reference-values
      • Taspi
      • Riscv
      • Bitcoin
      • 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
      • Aleo
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Community
    • Proof-automation
    • ACL2
    • Macro-libraries
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Primitive-conversions

Primitive-widening-conversions

Java primitive widening conversions [JLS14:5.1.2].

Subtopics

Short-to-long
Widening conversion from short to long [JLS14:5.1.2].
Short-to-float
Widening conversion from short to float [JLS14:5.1.2].
Short-to-double
Widening conversion from short to double [JLS14:5.1.2].
Long-to-float
Widening conversion from long to float [JLS14:5.1.2].
Long-to-double
Widening conversion from long to double [JLS14:5.1.2].
Int-to-double
Widening conversion from int to double [JLS14:5.1.2].
Float-to-double
Widening conversion from float to double [JLS14:5.1.2].
Char-to-float
Widening conversion from char to float [JLS14:5.1.2].
Char-to-double
Widening conversion from char to double [JLS14:5.1.2].
Byte-to-float
Widening conversion from byte to float [JLS14:5.1.2].
Byte-to-double
Widening conversion from byte to double [JLS14:5.1.2].
Short-to-int
Widening conversion from short to int [JLS14:5.1.2].
Int-to-long
Widening conversion from int to long [JLS14:5.1.2].
Int-to-float
Widening conversion from int to float [JLS14:5.1.2].
Char-to-long
Widening conversion from char to long [JLS14:5.1.2].
Char-to-int
Widening conversion from char to int [JLS14:5.1.2].
Byte-to-short
Widening conversion from byte to short [JLS14:5.1.2].
Byte-to-long
Widening conversion from byte to long [JLS14:5.1.2].
Byte-to-int
Widening conversion from byte to int [JLS14:5.1.2].