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