Satisfied Interfaces: OpenType
Direct Known Satisfying Interfaces: OpenClassType, OpenInterfaceType

An open class or interface, with open type arguments.

For example, List<T> is an open interface type, with a type argument which is the OpenTypeVariable T.

Attributes
declarationSource Code
shared formal ClassOrInterfaceDeclaration declaration

The class or interface declaration for this open type.

extendedTypeSource Code

The extended type of this open type.

satisfiedTypesSource Code

The satisfied types of this open type.

typeArgumentsSource Code
shared formal Map<TypeParameter,OpenType> typeArguments

The set of open type arguments.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object