public abstract class Compiler.AbstractForm extends Object implements IForm, Runnable
| Modifier and Type | Field and Description |
|---|---|
protected ParseCtx |
debugInfo |
protected String |
name |
| Constructor and Description |
|---|
AbstractForm() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
doEvaluate(Backtrace backtrace,
Compiler.ICtx ctx) |
Object |
evaluate(Backtrace backtrace,
Compiler.ICtx ctx) |
ParseCtx |
getDebugInfo() |
protected String |
getName() |
void |
run()
Evaluate expression in new thread.
|
void |
setDebugInfo(ParseCtx debugInfo) |
void |
setName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetRawParamsprotected String getName()
public void setDebugInfo(ParseCtx debugInfo)
setDebugInfo in interface ICompiledpublic ParseCtx getDebugInfo()
getDebugInfo in interface ICompiledprotected abstract Object doEvaluate(Backtrace backtrace, Compiler.ICtx ctx)
public final Object evaluate(Backtrace backtrace, Compiler.ICtx ctx)
Copyright © 2022. All rights reserved.