mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
API doc
This commit is contained in:
parent
3cf999510b
commit
b14a1f3202
@ -64,7 +64,7 @@ public class ClassFileLoader {
|
|||||||
* Get the ClassFile from cache or load it.
|
* Get the ClassFile from cache or load it.
|
||||||
*
|
*
|
||||||
* @param className
|
* @param className
|
||||||
* the class name
|
* the class name like "java/lang/Object"
|
||||||
* @return the ClassFile or null
|
* @return the ClassFile or null
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* If any I/O error occur
|
* If any I/O error occur
|
||||||
@ -120,7 +120,7 @@ public class ClassFileLoader {
|
|||||||
* Add a partial class with the given instance to the loader cache.
|
* Add a partial class with the given instance to the loader cache.
|
||||||
*
|
*
|
||||||
* @param className
|
* @param className
|
||||||
* the name of the class to replace
|
* the name of the class to replace like "java/lang/String"
|
||||||
* @param partialClassFile
|
* @param partialClassFile
|
||||||
* the partial ClassFile
|
* the partial ClassFile
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user