public class AnnotationDeclarationContext extends AbstractJavaParserContext<AnnotationDeclaration>
typeSolver, wrappedNode| Constructor and Description | 
|---|
| AnnotationDeclarationContext(AnnotationDeclaration wrappedNode,
                            TypeSolver typeSolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| SymbolReference<ResolvedMethodDeclaration> | solveMethod(String name,
           List<ResolvedType> argumentsTypes,
           boolean staticOnly) | 
| SymbolReference<? extends ResolvedValueDeclaration> | solveSymbol(String name) | 
| SymbolReference<ResolvedTypeDeclaration> | solveType(String name,
         List<ResolvedType> resolvedTypes) | 
equals, findTypeDeclarations, getParent, getScope, getWrappedNode, hashCode, isQualifiedName, solveMethodAsUsage, solveSymbolInParentContext, solveWith, solveWithAsValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, negatedPatternExprsExposedFromChildren, parameterDeclarationInScope, parametersExposedToChild, patternExprInScope, patternExprsExposedFromChildren, patternExprsExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethodInParentContext, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveTypeInParentContext, solveTypeInParentContextpublic AnnotationDeclarationContext(AnnotationDeclaration wrappedNode, TypeSolver typeSolver)
public SymbolReference<? extends ResolvedValueDeclaration> solveSymbol(String name)
public SymbolReference<ResolvedTypeDeclaration> solveType(String name, List<ResolvedType> resolvedTypes)
public SymbolReference<ResolvedMethodDeclaration> solveMethod(String name, List<ResolvedType> argumentsTypes, boolean staticOnly)
Copyright © 2007–2024. All rights reserved.