mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
14
rhino/src/main/java/com/script/Invocable.java
Normal file
14
rhino/src/main/java/com/script/Invocable.java
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Decompiled with CFR 0.152.
|
||||
*/
|
||||
package com.script;
|
||||
|
||||
public interface Invocable {
|
||||
public <T> T getInterface(Class<T> var1);
|
||||
|
||||
public <T> T getInterface(Object var1, Class<T> var2);
|
||||
|
||||
public Object invokeFunction(String var1, Object ... var2) throws ScriptException, NoSuchMethodException;
|
||||
|
||||
public Object invokeMethod(Object var1, String var2, Object ... var3) throws ScriptException, NoSuchMethodException;
|
||||
}
|
||||
Reference in New Issue
Block a user