@Deprecated public class JavassistClassContext extends Object implements Context
| Constructor and Description |
|---|
JavassistClassContext(javassist.CtClass wrappedNode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
getParent()
Deprecated.
|
Optional<Type> |
solveGenericType(String name,
TypeSolver typeSolver)
Deprecated.
|
SymbolReference<MethodDeclaration> |
solveMethod(String name,
List<Type> argumentsTypes,
TypeSolver typeSolver)
Deprecated.
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)
Deprecated.
|
SymbolReference<TypeDeclaration> |
solveType(String name,
TypeSolver typeSolver)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsolveMethodAsUsage, solveSymbolAsValuepublic JavassistClassContext(javassist.CtClass wrappedNode)
public SymbolReference<ValueDeclaration> solveSymbol(String name, TypeSolver typeSolver)
solveSymbol in interface Contextpublic SymbolReference<TypeDeclaration> solveType(String name, TypeSolver typeSolver)
public Optional<Type> solveGenericType(String name, TypeSolver typeSolver)
solveGenericType in interface Contextpublic SymbolReference<MethodDeclaration> solveMethod(String name, List<Type> argumentsTypes, TypeSolver typeSolver)
ContextsolveMethod in interface ContextCopyright © 2016. All rights reserved.