public interface TypeManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCoerce(Type actualType,
Type expectedType) |
Type |
getParameterizedType(String baseTypeName,
List<TypeSignatureParameter> typeParameters)
Gets the type with the specified base type, and the given parameters, or null if not found.
|
Type |
getType(TypeSignature signature)
Gets the type with the specified signature, or null if not found.
|
Type getType(TypeSignature signature)
Type getParameterizedType(String baseTypeName, List<TypeSignatureParameter> typeParameters)
Copyright © 2012–2022. All rights reserved.