Package me.topchetoeu.j2s.runtime
Interface Compiler
public interface Compiler
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncompile
(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String source, Function<me.topchetoeu.j2s.common.Location, me.topchetoeu.j2s.common.Location> map) static FunctionValue
compileFunc
(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String raw) static Compiler
get
(me.topchetoeu.j2s.common.Environment ext)
-
Field Details
-
KEY
-
-
Method Details
-
compile
FunctionValue compile(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String source, Function<me.topchetoeu.j2s.common.Location, me.topchetoeu.j2s.common.Location> map) -
get
-
compileFunc
static FunctionValue compileFunc(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String raw)
-