mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
ApiDoc
This commit is contained in:
parent
0803c290c5
commit
bebfbd06d3
@ -61,6 +61,10 @@ public class MethodInfo {
|
||||
this.classFile = classFile;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the declaring class file of the method
|
||||
* @return the ClassFile
|
||||
*/
|
||||
public ClassFile getDeclaringClassFile() {
|
||||
return classFile;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user