add instructions object WIP

This commit is contained in:
Jean-Marie Mineau 2023-12-14 16:41:16 +01:00
parent 81c8d0a8ec
commit 4b62c495ed
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 2963 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,6 +10,7 @@ pub mod dex_id;
pub mod dex_string; pub mod dex_string;
pub mod dex_writer; pub mod dex_writer;
pub mod field; pub mod field;
pub mod instructions;
pub mod method; pub mod method;
pub mod method_handle; pub mod method_handle;
pub mod scalar; pub mod scalar;
@ -23,6 +24,7 @@ pub use dex_id::*;
pub use dex_string::*; pub use dex_string::*;
pub use dex_writer::*; pub use dex_writer::*;
pub use field::*; pub use field::*;
//pub use instructions::*;
pub use method::*; pub use method::*;
pub use method_handle::*; pub use method_handle::*;
pub use scalar::*; pub use scalar::*;