• 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
            • Atj-implementation
              • Atj-types
              • Atj-java-primitive-array-model
              • Atj-java-abstract-syntax
              • Atj-input-processing
              • Atj-java-pretty-printer
              • Atj-code-generation
              • Atj-java-primitives
              • Atj-java-primitive-arrays
              • Atj-type-macros
              • Atj-java-syntax-operations
              • Atj-fn
              • Atj-library-extensions
                • Fty-check-mv-let-call
                • Fty-check-if-call
                • Atj-fn-body
                • Atj-string-ascii-java-identifier-p
                • Fty-check-list-call
                • Atj-string-ascii-java-package-name-p
                • Atj-string-ascii-java-identifier-listp
                • *atj-java-lang-class-names*
                • Atj-java-input-types
                • Atj-test-structures
                • Aij-notions
                • Atj-macro-definition
              • Atj-tutorial
            • Aij
            • Language
          • 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
    • Atj-library-extensions

    *atj-java-lang-class-names*

    Class names in the Java java.lang package.

    Definition: *atj-java-lang-class-names*

    (defconst *atj-java-lang-class-names*
      (list "Appendable" "AutoCloseable"
            "CharSequence" "Cloneable" "Comparable"
            "Iterable" "ProcessHandle" "Readable"
            "Runnable" "Boolean" "Byte" "Character"
            "Class" "ClassLoader" "ClassValue"
            "Compiler" "Double" "Enum" "Float"
            "InheritableThreadLocal" "Integer"
            "Long" "Math" "Module" "ModuleLayer"
            "Number" "Object" "Package"
            "Process" "ProcessBuilder" "Runtime"
            "RuntimePermission" "SecurityManager"
            "Short" "StackTraceElement"
            "StackWalker" "StrictMath" "String"
            "StringBuffer" "StringBuilder" "System"
            "Thread" "ThreadGroup" "ThreadLocal"
            "Throwable" "Void" "ArithmeticException"
            "ArrayIndexOutOfBoundsException"
            "ArrayStoreException"
            "ClassCastException"
            "ClassNotFoundException"
            "CloneNotSupportedException"
            "EnumConstantNotPresentException"
            "Exception" "IllegalAccessException"
            "IllegalArgumentException"
            "IllegalCallerException"
            "IllegalMonitorStateException"
            "IllegalStateException"
            "IllegalThreadStateException"
            "IndexOutOfBoundsException"
            "InstantiationException"
            "InterruptedException"
            "LayerInstantiationException"
            "NegativeArraySizeException"
            "NoSuchFieldException"
            "NoSuchMethodException"
            "NullPointerException"
            "NumberFormatException"
            "ReflectiveOperationException"
            "RuntimeException" "SecurityException"
            "StringIndexOutOfBoundsException"
            "TypeNotPresentException"
            "UnsupportedOperationException"
            "AbstractMethodError"
            "AssertionError" "BootstrapMethodError"
            "ClassCircularityError"
            "ClassFormatError"
            "Error" "ExceptionInInitializerError"
            "IllegalAccessError"
            "IncompatibleClassChangeError"
            "InstantiationError" "InternalError"
            "LinkageError" "NoClassDefFoundError"
            "NoSuchFieldError"
            "NoSuchMethodError" "OutOfMemoryError"
            "StackOverflowError" "ThreadDeath"
            "UnknownError" "UnsatisfiedLinkError"
            "UnsupportedClassVersionError"
            "VerifyError"
            "VirtualMachineError" "Deprecated"
            "FunctionalInterface" "Override"
            "SafeVarargs" "SuppressWarnings"))