| Interface | Description |
|---|---|
| IOverrideCheckResult |
The result of a check for a method override relationship.
|
| IResolvedConstructor |
Resolved representation of a
JvmConstructor. |
| IResolvedExecutable |
Resolved representation of a
JvmExecutable. |
| IResolvedFeature |
A resolved representation of an
JvmFeature. |
| IResolvedFeatures |
The
IResolvedFeatures allow to obtain the actual reachable API of a JvmType. |
| IResolvedField | |
| IResolvedOperation |
Resolved representation of a
JvmOperation. |
| Class | Description |
|---|---|
| AbstractResolvedExecutable<T extends org.eclipse.xtext.common.types.JvmExecutable> |
Base class for resolved representation of a
JvmExecutable. |
| AbstractResolvedFeature<T extends org.eclipse.xtext.common.types.JvmFeature> | |
| AbstractResolvedFeatures | |
| AbstractResolvedOperation |
Base class for resolved representation of a
JvmOperation. |
| BottomResolvedOperation |
Resolved bottom representation of a
JvmOperation. |
| ConflictingDefaultOperation |
A resolved representation of a
JvmOperation with a conflict between two or more independent declarations
of default interface implementations (Java 8) with equal raw signature. |
| InvokedResolvedOperation | |
| InvokedResolvedOperation.Provider | |
| IResolvedFeatures.Provider |
The Provider allows to obtain an instance of the
features for
a given type. |
| LazyOverrideCheckResult | |
| OverrideHelper |
Utilities to deal with overridden or implemented operations.
|
| OverrideTester |
Utility to compute information about the inheritance relationship of two operations.
|
| ParameterizedResolvedFeatures | |
| RawResolvedFeatures |
The
RawResolvedFeatures allow to obtain the actual API of a JvmType. |
| ResolvedConstructor | |
| ResolvedFeatures | |
| ResolvedField | |
| ResolvedOperationInHierarchy |
| Enum | Description |
|---|---|
| IOverrideCheckResult.OverrideCheckDetails |