Package | Description |
---|---|
io.opsit.explang | |
io.opsit.explang.jsr223 |
Modifier and Type | Field and Description |
---|---|
protected Compiler |
REPL.compiler |
protected Compiler |
Funcs.FDesc.compiler |
Modifier and Type | Method and Description |
---|---|
Compiler |
Compiler.ICtx.getCompiler() |
Compiler |
Compiler.Ctx.getCompiler()
Get compiler that created this context.
|
Compiler |
REPL.getCompiler() |
Compiler |
IREPL.getCompiler() |
Modifier and Type | Method and Description |
---|---|
int |
Main.runfile(File file,
Compiler compiler,
boolean verbose)
Compile and execute file as explang code.
|
void |
REPL.setCompiler(Compiler compiler) |
void |
IREPL.setCompiler(Compiler compiler) |
Constructor and Description |
---|
ArgSpec(ASTNList argSpecs,
Compiler comp) |
ArgSpec(Object[] argSpecs,
Compiler comp)
Build ArgSpec from array of arguments specifications.
|
ArgSpec(String[] argspecs,
Compiler comp) |
FDesc(Object obj,
String name,
IParser parser,
Compiler compiler)
Construct FSesc from ICompiled object.
|
Modifier and Type | Field and Description |
---|---|
protected Compiler |
ExplangScriptEngine.comp |
Copyright © 2022. All rights reserved.