@Override
public void visitMethodDef(AJCMethodDecl tree) {
// Run LVA over the method...
// Actually, use the narking side effects?
Live live = new Live();
live.visitTree(tree);
everLive = tree.everLive;
// Don't visit the parameters of a method. Deleting parameters isn't allowed.
// While we're at it, let's gloss over all the crap we don't care about.