typedef float number; exception FrameworkException { const long ERR_NOT_FOUND = 1; long code; }; interface System { object createObject(DOMString _interface); getter DOMString (DOMString keyName); }; interface TextField { attribute boolean _const; attribute DOMString? _value; }; interface Foo { void op(object interface); }; typedef float number; exception FrameworkException { const long ERR_NOT_FOUND = 1; long code; }; const long ERR_NOT_FOUND = 1; long code; interface System { object createObject(DOMString _interface); getter DOMString (DOMString keyName); }; object createObject(DOMString _interface); getter DOMString (DOMString keyName); interface TextField { attribute boolean _const; attribute DOMString? _value; }; attribute boolean _const; attribute DOMString? _value; interface Foo { void op(object interface); }; void op(object interface);