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