Package | Description |
---|---|
com.github.javaparser.resolution |
Modifier and Type | Method and Description |
---|---|
default SymbolReference<ResolvedTypeDeclaration> |
Context.solveType(String name,
List<ResolvedType> typeArguments)
Method used to solve a name with an expected list of type arguments.
|
default SymbolReference<ResolvedTypeDeclaration> |
Context.solveType(String name,
List<ResolvedType> typeArguments)
Method used to solve a name with an expected list of type arguments.
|
default SymbolReference<ResolvedTypeDeclaration> |
Context.solveTypeInParentContext(String name,
List<ResolvedType> typeArguments)
Solve a name with type arguments in the parent context.
|
default SymbolReference<ResolvedTypeDeclaration> |
Context.solveTypeInParentContext(String name,
List<ResolvedType> typeArguments)
Solve a name with type arguments in the parent context.
|
Copyright © 2007–2023. All rights reserved.