// C: Only the Flex Compiler API (flex-compiler-oem.jar) uses this method.
// Do not use it in the mxmlc/compc codepath.
public flex2.tools.oem.Script getScript(QName def, boolean includeBytecodes)
{
SwcScript s = def2script.get(def);
return (s != null) ? s.toScript(includeBytecodes) : null;
}
// C: Only the Flex Compiler API (flex-compiler-oem.jar) uses this method.
// Do not use it in the mxmlc/compc codepath.
public Iterator<SwcComponent> getComponentIterator()