public interface TypeExtractor<T,S>
| Modifier and Type | Method and Description |
|---|---|
T |
extract(WyalFile.Type type,
S supplementary)
Attempt to extract a certain kind of type from an arbitrary type.
|
T extract(WyalFile.Type type, S supplementary) throws wybs.lang.NameResolver.ResolutionError
{int x}|{int x} we can extract the type
{int x}.type - The type for which information is to be extractedsupplementary - Supplementary information which may be used by the extractor.wybs.lang.NameResolver.ResolutionErrorCopyright © 2017. All rights reserved.