public class ImportResolver extends Object
JavaParser Types.| Constructor and Description |
|---|
ImportResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
resolveAndSetImport(com.github.javaparser.ast.type.Type type,
TypeDefinition variable)
Deprecated.
Use resolveImports instead.
|
List<String> |
resolveImport(com.github.javaparser.ast.type.Type type)
Resolve the imports for the given type.
|
@Deprecated public void resolveAndSetImport(com.github.javaparser.ast.type.Type type, TypeDefinition variable)
type - variable - Copyright © 2019. All rights reserved.