public class Compiler.DLET extends Compiler.AbstractForm
| Modifier and Type | Field and Description |
|---|---|
protected List<ICompiled> |
blocks |
protected ICompiled |
listExpr |
protected List<String> |
varNames |
debugInfo, name| Constructor and Description |
|---|
DLET() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doEvaluate(Backtrace backtrace,
Compiler.ICtx ctx) |
void |
setRawParams(ASTNList params) |
evaluate, getDebugInfo, getName, run, setDebugInfo, setNameprotected ICompiled listExpr
public void setRawParams(ASTNList params) throws InvalidParametersException
InvalidParametersExceptionpublic Object doEvaluate(Backtrace backtrace, Compiler.ICtx ctx)
doEvaluate in class Compiler.AbstractFormCopyright © 2022. All rights reserved.