| Interface | Description |
|---|---|
| CGModelVisitor<R> |
| Class | Description |
|---|---|
| AbstractCGModelVisitor<R,C> | |
| AbstractExtendingCGModelVisitor<R,C> |
An AbstractExtendingCGModelVisitor 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).
|
| AbstractNonNullExtendingCGModelVisitor<R,C> | Deprecated
Explicit 'NonNull' functionality is obsolete with Java 8 @NonNull annotations.
|
| AbstractNullCGModelVisitor<R,C> | Deprecated
Explicit 'Null' functionality is obsolete with Java 8 @Nullable annotations.
|
| CGModelAdapterFactory |
The Adapter Factory for the model.
|
| CGModelSwitch<T> |
The Switch for the model's inheritance hierarchy.
|
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.