*/
public Method(MethodEntity me, IClassContext context, SuperMethodBody methodBody, int mode) {
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());