public interface ITypeResolution
Modifier and Type | Method and Description |
---|---|
java.util.Set<ScopedTypeLookup> |
getAllTypeLookups()
Returns all
ScopedTypeLookup . |
ScopedTypeLookup |
getTypeLookup(ShallowEntity entity)
Returns a type lookup for the given shallow entity.
|
ScopedTypeLookup getTypeLookup(ShallowEntity entity)
java.util.Set<ScopedTypeLookup> getAllTypeLookups()
ScopedTypeLookup
. Modifying one of them will modify the
underlying item returned by getTypeLookup(ShallowEntity)
.