mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
add getConstantPool()
This commit is contained in:
parent
53a8820a1f
commit
301f49c2f4
@ -18,8 +18,6 @@ package de.inetsoftware.classparser;
|
||||
|
||||
import java.io.DataInputStream;
|
||||
import java.io.IOException;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
import de.inetsoftware.classparser.Attributes.AttributeInfo;
|
||||
|
||||
@ -149,4 +147,12 @@ public class MethodInfo {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the constant pool of the the current class.
|
||||
* @return the constant pool
|
||||
*/
|
||||
public ConstantPool getConstantPool() {
|
||||
return constantPool;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user