| Constructor and Description |
|---|
ClassOrInterfaceDeclarationContext(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Context |
getParent() |
SymbolReference<MethodDeclaration> |
solveMethod(String name,
List<Type> argumentsTypes,
TypeSolver typeSolver)
We find the method declaration which is the best match for the given name and list of typeParametersValues.
|
SymbolReference<ValueDeclaration> |
solveSymbol(String name,
TypeSolver typeSolver) |
SymbolReference<TypeDeclaration> |
solveType(String name,
TypeSolver typeSolver) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsolveGenericType, solveMethodAsUsage, solveSymbolAsValuepublic ClassOrInterfaceDeclarationContext(Class<?> clazz)
public SymbolReference<ValueDeclaration> solveSymbol(String name, TypeSolver typeSolver)
solveSymbol in interface Contextpublic SymbolReference<TypeDeclaration> solveType(String name, TypeSolver typeSolver)
public SymbolReference<MethodDeclaration> solveMethod(String name, List<Type> argumentsTypes, TypeSolver typeSolver)
ContextsolveMethod in interface ContextCopyright © 2016. All rights reserved.