public interface INameEnvironmentExtension extends INameEnvironment
findType(char[], char[][], boolean).| Modifier and Type | Method and Description |
|---|---|
default NameEnvironmentAnswer |
findType(char[] typeName,
char[][] packageName,
boolean searchWithSecondaryTypes) |
NameEnvironmentAnswer |
findType(char[] typeName,
char[][] packageName,
boolean searchWithSecondaryTypes,
char[] moduleName)
Find a type named
|
cleanup, findType, findType, isPackageNameEnvironmentAnswer findType(char[] typeName, char[][] packageName, boolean searchWithSecondaryTypes, char[] moduleName)
typeName - type to findpackageName - package of the searched typesearchWithSecondaryTypes - flag to switch on/off the search for secondary typesmoduleName - the name of the module to search in, or one of ModuleBinding.ANY, ModuleBinding.UNNAMEDNameEnvironmentAnswerdefault NameEnvironmentAnswer findType(char[] typeName, char[][] packageName, boolean searchWithSecondaryTypes)