Working up until registerNatives()
This commit is contained in:
parent
5bc0d813e5
commit
3282694b32
4 changed files with 268 additions and 58 deletions
|
@ -202,7 +202,7 @@ impl JavaClassFile {
|
|||
return None;
|
||||
}
|
||||
|
||||
fn pool_entry(&self, index: u16) -> Result<&ConstantPoolInfo, Error> {
|
||||
pub fn pool_entry(&self, index: u16) -> Result<&ConstantPoolInfo, Error> {
|
||||
return pool_entry(&self.constant_pool, index);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue