| Interface | Description |
|---|---|
| DerivedConstants |
DerivedConstants provides constants from plugins not necessarily on the plugin classpath.
|
| Visitable | |
| Visitor<R> |
| Class | Description |
|---|---|
| AbstractDelegatingVisitor<R,C,D extends Visitor<R>> |
An AbstractDelegatingVisitor delegates all visits.
|
| AbstractExtendingPivotVisitor<R,C> | |
| AbstractExtendingVisitor<R,C> |
An AbstractExtendingVisitor provides a default implementation for each
visitXxx method that delegates to the visitYyy method of the first
super class, (or transitively its first super class' first super class
until a non-interface super-class is found).
|
| AbstractMergedVisitor<R,C> |
An AbstractMergedVisitor merges all visits direct to visiting().
|
| AbstractNullVisitor<R,C> | Deprecated
Explicit 'Null' functionality is obsolete with Java 8 @Nullable annotations.
|
| AbstractPivotCommonLookupVisitor | |
| AbstractVisitor<R,C> | |
| AbstractWrappingVisitor<R,C,D extends Visitor<R>,P> |
An AbstractWrappingVisitor delegates all visits wrapping the delegation in a call to a preVisit function and a postVisit function.
|
| PivotAdapterFactory |
The Adapter Factory for the model.
|
| PivotExportedLookupVisitor | |
| PivotPlugin |
This is the central singleton for the Pivot model plugin.
|
| PivotPlugin.Implementation |
The actual implementation of the Eclipse Plugin.
|
| PivotQualifiedLookupVisitor | |
| PivotSwitch<T> |
The Switch for the model's inheritance hierarchy.
|
| PivotUnqualifiedLookupVisitor | |
| PivotValidator |
The Validator for the model.
|
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.