All Packages

Package Summary
Package
Description
The examples package shows different examples of how to use Introspector.
The examples.ast package is an example Abstract Syntax Tree (AST) used in most language compilers.
The examples.kotlin package shows how to use Introspector with other JVM-compiled languages such as Kotlin.
The introspector package offers the Introspector tool as an API through its Introspector utility class.
The controller package handles the actions generated by the view, calls the model and shows the results back to the view (MVC pattern).
The model package implements the model responsibility in the MVC pattern.
The traverse package provides different functionalities to traverse the object structure of the model as a tree.
The view package implements a Swing view of the Introspector application (MVC pattern).