stack.pop();
final int nInstanceMethods = defn.getNInstanceMethods();
for (int i = 0; i < nInstanceMethods; i++) {
InstanceMethod method = defn.getNthInstanceMethod(i);
method.accept(this, options);
}
root.addChild(SourceTextNode.makeSemicolon());
stack.pop();