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, wait
setRawParams
protected String getName()
public void setDebugInfo(ParseCtx debugInfo)
setDebugInfo
in interface ICompiled
public ParseCtx getDebugInfo()
getDebugInfo
in interface ICompiled
protected abstract Object doEvaluate(Backtrace backtrace, Compiler.ICtx ctx)
public final Object evaluate(Backtrace backtrace, Compiler.ICtx ctx)
Copyright © 2022. All rights reserved.