• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
      • Axe
        • Axe-r1cs
        • Axe-lifters
        • Axe-core
        • Axe-provers
        • Axe-rewriters
        • Axe-jvm
          • Unroll-java-code
          • Unroll-java-code2
          • Read-jar
          • Read-class
          • Axe-x86
        • Execloader
      • Math
      • Testing-utilities
    • Axe-jvm

    Read-class

    Read in a .class file and parse and register the class for use by Axe.

    General Form:

    (read-class class-file
                &key
                :dir       ; default nil
                )

    Inputs:

    class-file — (required)

    A path to a .class file, relative to the directory indicated by the dir argument.

    :dir — default nil

    Either nil, in which case the class-file is interpreted relative to the cbd, or a keyword indicating a directory registered with add-include-book-dir or add-include-book-dir!.