| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.core.resolution | |
| com.github.javaparser.symbolsolver.declarations.common | |
| com.github.javaparser.symbolsolver.javaparsermodel |
Implementation of model based on JavaParser.
|
| com.github.javaparser.symbolsolver.javaparsermodel.contexts | |
| com.github.javaparser.symbolsolver.javaparsermodel.declarations | |
| com.github.javaparser.symbolsolver.javassistmodel |
Implementation of model based on Javassist.
|
| com.github.javaparser.symbolsolver.reflectionmodel |
Implementation of model based on reflection.
|
| com.github.javaparser.symbolsolver.resolution |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.getParent() |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.MethodUsage |
TypeVariableResolutionCapability.resolveTypeVariables(Context context,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) |
Optional<com.github.javaparser.resolution.MethodUsage> |
MethodUsageResolutionCapability.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentTypes,
Context invocationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameters) |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.MethodUsage |
MethodDeclarationCommonLogic.resolveTypeVariables(Context context,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) |
protected Optional<com.github.javaparser.resolution.types.ResolvedType> |
MethodDeclarationCommonLogic.typeParamByName(String name,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static Context |
JavaParserFactory.getContext(com.github.javaparser.ast.Node node,
TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.types.ResolvedType |
JavaParserFacade.convert(com.github.javaparser.ast.type.Type type,
Context context) |
protected com.github.javaparser.resolution.types.ResolvedType |
JavaParserFacade.convertToUsage(com.github.javaparser.ast.type.Type type,
Context context) |
protected static com.github.javaparser.resolution.types.ResolvedType |
JavaParserFacade.solveGenericTypes(com.github.javaparser.resolution.types.ResolvedType type,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
AbstractJavaParserContext.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<com.github.javaparser.resolution.MethodUsage> |
ContextHelper.solveMethodAsUsage(com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration typeDeclaration,
String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameters) |
| Constructor and Description |
|---|
JavaParserTypeDeclarationAdapter(com.github.javaparser.ast.body.TypeDeclaration<?> wrappedNode,
TypeSolver typeSolver,
com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration typeDeclaration,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
JavaParserTypeParameter.getContext() |
Context |
JavaParserAnonymousClassDeclaration.getContext() |
Context |
JavaParserInterfaceDeclaration.getContext() |
Context |
JavaParserTypeVariableDeclaration.getContext() |
Context |
JavaParserClassDeclaration.getContext()
Deprecated.
|
Context |
JavaParserEnumDeclaration.getContext() |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.MethodUsage |
JavaParserMethodDeclaration.resolveTypeVariables(Context context,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) |
com.github.javaparser.resolution.MethodUsage |
JavaParserEnumDeclaration.ValuesMethod.resolveTypeVariables(Context context,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) |
Optional<com.github.javaparser.resolution.MethodUsage> |
JavaParserAnonymousClassDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentTypes,
Context invocationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameters) |
Optional<com.github.javaparser.resolution.MethodUsage> |
JavaParserInterfaceDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentTypes,
Context invocationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameters) |
Optional<com.github.javaparser.resolution.MethodUsage> |
JavaParserClassDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentTypes,
Context invocationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameters) |
Optional<com.github.javaparser.resolution.MethodUsage> |
JavaParserEnumDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameters) |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.MethodUsage |
JavassistMethodDeclaration.resolveTypeVariables(Context context,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) |
Optional<com.github.javaparser.resolution.MethodUsage> |
JavassistInterfaceDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameterValues)
Deprecated.
|
Optional<com.github.javaparser.resolution.MethodUsage> |
JavassistClassDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameterValues)
Deprecated.
|
Optional<com.github.javaparser.resolution.MethodUsage> |
JavassistEnumDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameterValues) |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.MethodUsage |
ReflectionMethodDeclaration.resolveTypeVariables(Context context,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) |
Optional<com.github.javaparser.resolution.MethodUsage> |
ReflectionEnumDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameterValues) |
Optional<com.github.javaparser.resolution.MethodUsage> |
ReflectionInterfaceDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameterValues) |
Optional<com.github.javaparser.resolution.MethodUsage> |
ReflectionAnnotationDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameterValues) |
Optional<com.github.javaparser.resolution.MethodUsage> |
ReflectionClassDeclaration.solveMethodAsUsage(String name,
List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
Context invokationContext,
List<com.github.javaparser.resolution.types.ResolvedType> typeParameterValues) |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.resolution.MethodUsage |
SymbolSolver.solveMethod(String methodName,
List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
Context context) |
SymbolReference<? extends com.github.javaparser.resolution.declarations.ResolvedValueDeclaration> |
SymbolSolver.solveSymbol(String name,
Context context) |
Optional<Value> |
SymbolSolver.solveSymbolAsValue(String name,
Context context) |
SymbolReference<? extends com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration> |
SymbolSolver.solveType(String name,
Context context) |
com.github.javaparser.resolution.types.ResolvedType |
SymbolSolver.solveTypeUsage(String name,
Context context) |
Copyright © 2007–2019. All rights reserved.