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, wait
solveGenericType, solveMethodAsUsage, solveSymbolAsValue
public ClassOrInterfaceDeclarationContext(Class<?> clazz)
public SymbolReference<ValueDeclaration> solveSymbol(String name, TypeSolver typeSolver)
solveSymbol
in interface Context
public SymbolReference<TypeDeclaration> solveType(String name, TypeSolver typeSolver)
public SymbolReference<MethodDeclaration> solveMethod(String name, List<Type> argumentsTypes, TypeSolver typeSolver)
Context
solveMethod
in interface Context
Copyright © 2016. All rights reserved.