super();
this.me = me;
this.context = context;
this.throwExceptions = new ThrowExceptionContainer();
this.stack = new Stack();
this.locals = new LocalVariables();
this.mode = mode;
CollectionUtils.addAll(throwExceptions, me.getExceptions());
Type[] argTypes = new Type[me.getArgClasses().length];