mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
15
modules/rhino1.7.4/src/main/java/com/script/Compilable.kt
Normal file
15
modules/rhino1.7.4/src/main/java/com/script/Compilable.kt
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Decompiled with CFR 0.152.
|
||||
*/
|
||||
package com.script
|
||||
|
||||
import java.io.Reader
|
||||
|
||||
interface Compilable {
|
||||
|
||||
@Throws(ScriptException::class)
|
||||
fun compile(script: Reader): CompiledScript
|
||||
|
||||
@Throws(ScriptException::class)
|
||||
fun compile(script: String): CompiledScript
|
||||
}
|
||||
Reference in New Issue
Block a user