View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.debugging / IEvaluator / evaluate

evaluate

abstract fun evaluate(expression: String, @Nullable stackFrame: @Nullable IAesiStackFrame?): IValue

Evaluates the specified expression.

Parameters

expression - The expression to evaluate.

stackFrame - The stack frame that provides the scope for the expression; or null to evaluate the expression in the global scope.

Return The result of evaluating the expression.