Package examples
package examples
The examples package shows different examples of how to use Introspector.
Copyright (c) Francisco Ortin.
MIT license.
- Author:
- Francisco Ortin
-
ClassDescriptionExample use of Introspector with graphs alias references (references to a tree repeated in another part of the graph) exist.Example class with alias references.Example class.Example classExample class whose objects will be used as root nodes of a tree to be visualized.Shows how to use Introspector to represent an Abstract Syntax Tree (AST) used in most compilers.Example enumerationExample use of Introspector with graphs where cycles exist (not as a tree).Example class.Example class.Example class that may have cycles.Example class whose objects will be used as root nodes of a tree to be visualized.Example use of Introspector showing how to compare the same tree in two different points of execution.Example class whose objects will be used as root nodes of a tree to be visualized.Example use of enumerations, lists, objects and integer fields.Example enumeration.Example child class representing an intermediate node.Examples class used as a root node of the tree.Example use of Introspector when two attributes exist with the same name (one is inherited).Example class with a type filed to be repeated in a derived class.Example class that defines a type filed and inherits another type field.Example use of Introspector including enums, records, objects, lists, and built-in types.Example use of Introspector showing how to compare two trees with maps programmatically with no visual representation.Example child class representing an intermediate node.Example record.Example class whose objects will be used as root nodes of a tree to be visualized.Example use of Introspector showing how to show multiple trees in the same window.Example record.Example child class representing an intermediate node.Example use of Introspector with Optional fields.Example record.Example class whose objects will be used as root nodes of a tree to be visualized.Example and simple use of Introspector showing how to compare the same tree at different times.Example use of Introspector nodes without using the view.Example use of Introspector with graphs where cycles exist (not as a tree).Example Singleton class that has a direct recursive reference (cycle) via its instance field.Example use of Introspector showing how to compare two trees programmatically with no visual representation.Example child class representing an intermediate node.Example record.Example class whose objects will be used as root nodes of a tree to be visualized.Example use of Introspector showing how to compare two trees visually.Example child class representing an intermediate node.Example record.Example class whose objects will be used as root nodes of a tree to be visualized.