Skip to content
EntityQ602271· pop 7· linked from 140 articles

メタオブジェクト

Sign in to save

Also known as meta-object

In computer science, a metaobject is an object that manipulates, creates, describes, or implements objects (including itself). The object that the metaobject pertains to is called the base object. Some information that a metaobject might define includes the base object's type, interface, class, methods, attributes, parse tree, etc. Metaobjects are examples of the computer science concept of reflection, where a system has access (usually at run time) to its own internal structure. Reflection enables a system to essentially rewrite itself on the fly, to alter its own implementation as it execute

Available in 7 languages

via Wikidata sitelinks · CC0