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