public ILProperty(AD7Engine engine, AD7Thread thread, VariableInfo info, AD7StackFrame frame) { this.engine = engine; this.thread = thread; this.info = info; this.frame = frame; }
public AD7Expression(AD7StackFrame frame, EvalExpression exp, string oriExp) { this.frame = frame; this.exp = exp; this.oriExp = oriExp; }