public interface TypeLocator
StandardTypeLocator for an example
implementation.| Modifier and Type | Method and Description |
|---|---|
Class<?> |
findType(String typename)
Find a type by name.
|
Class<?> findType(String typename) throws EvaluationException
typename - the type to be locatedEvaluationException - if there is a problem finding it