Class renamed

This commit is contained in:
Andrey Breslav
2013-10-06 12:31:15 +04:00
parent 2a24c00539
commit 8aad18e849
+1 -1
View File
@@ -45,7 +45,7 @@ trait Control {
fun throwException(value: Value)
}
class EvalInterpreter(private val eval: Eval, private val control: Control) : Interpreter<Value>(ASM4) {
class SingleInstructionInterpreter(private val eval: Eval, private val control: Control) : Interpreter<Value>(ASM4) {
override fun newValue(`type`: Type?): Value? {
if (`type` == null) {
return NOT_A_VALUE