public override RunTimeValueBase getValue(RunTimeScope scope,ASRuntime.StackFrame frame) { return(value); }
public override RunTimeValueBase getValue(RunTimeScope scope,ASRuntime.StackFrame frame) { value.value = cache[Id]; return(value); }
public override SLOT getSlotForAssign(RunTimeScope scope,ASRuntime.StackFrame frame) { return(MemSlot_); }
public override SLOT getSlot(RunTimeScope scope,ASRuntime.StackFrame frame) { return(memSlot_); }