DenkzeitWiki

Suchen:

Aktuelle Änderungen Printable View Änderungen Bearbeiten

RalfWestphal > RandalSchwartz > RapidApplicationPrototyping > RapidApplicationDevelopment > RationalUnifiedProcess > ReSharper > VisualStudio > Rebasing > RefactoringBrowser > ReFactoring > RefactoringInDynLangs > RefactoringInDynamicLanguages > Reflection > ReflectionAndIntrospection > ReflectionInLisp > ReflexivesProgrammieren > ReflectionAndIntrospectionClear Trail
Main /

Reflection And Introspection

(weitergeleitet von Main.ReflexivesProgrammieren)

LetzteInformatikPruefungen

ReflexivesProgrammieren
JavaBeans
VerteilteObjekte

MetaProgramming
ReflectionInLisp

Introspection is a programmatic facility built on top of reflection and a few supplemental specifications (see the java.beans package). It provides somewhat higher-level information about a class than does reflection.




Reflection wird in JavaBeans verwendet, wenn Introspection nicht ausreicht. Auch für JUnit-Tests wird Reflection verwendet, um die test-Methoden zu finden.


in Java


Bücher


dynamic Proxy classes --Voodoo

Since: JDK1.3


Reflection

Reflection is the ability to reason about the structures and processes of a programming system within the programming system itself.



Metaprogramming

A metaprogram is a program that manipulates other programs (or itself) as its data. The canonical example is a compiler.




Edit - BackLinks - Tags - Page Hist - Print - Changes - Home - Orphans - Help

Zuletzt geändert am 27.10.2008 19:57 Uhr und seit 7. April 2005 5106 aufgerufen.