{"id":13744910,"url":"https://github.com/patternpark/as3reflection","last_synced_at":"2026-02-23T06:25:54.287Z","repository":{"id":839772,"uuid":"562361","full_name":"patternpark/as3reflection","owner":"patternpark","description":"A Reflection Library for ActionScript 3","archived":false,"fork":false,"pushed_at":"2010-04-03T23:58:02.000Z","size":135,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T16:41:50.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patternpark.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-14T21:16:19.000Z","updated_at":"2021-06-02T20:05:53.000Z","dependencies_parsed_at":"2022-08-16T11:05:24.647Z","dependency_job_id":null,"html_url":"https://github.com/patternpark/as3reflection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternpark%2Fas3reflection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternpark%2Fas3reflection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternpark%2Fas3reflection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternpark%2Fas3reflection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patternpark","download_url":"https://codeload.github.com/patternpark/as3reflection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253191767,"owners_count":21868804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:18.351Z","updated_at":"2026-02-23T06:25:54.248Z","avatar_url":"https://github.com/patternpark.png","language":"ActionScript","readme":"h1. ActionScript 3 Reflection Library\n\nThis library was created in order to simplify the interface to \u003ccode\u003eflash.utils.describeType\u003c/code\u003e.\n\nh1. Usage\n\nCheck out the p2.reflect.Reflection class to see the methods that are available. \n\nHere is a quick example:\n\n\n\u003cpre\u003e\u003ccode\u003eimport p2.reflect.Reflection;\n\nvar reflection:Reflection = Reflection.create(\"flash.display.Sprite\");\ntrace(\"\u003e\u003e has addChild method?: \" + reflection.hasMethod(\"addChild\")); // true\ntrace(\"\u003e\u003e has foo method?: \" + reflection.hasMethod(\"foo\")); // false\n\u003c/code\u003e\u003c/pre\u003e\n\n\n\n","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatternpark%2Fas3reflection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatternpark%2Fas3reflection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatternpark%2Fas3reflection/lists"}