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