public class SwitchEntryContext extends AbstractJavaParserContext<SwitchEntry>
typeSolver, wrappedNode| Constructor and Description | 
|---|
| SwitchEntryContext(SwitchEntry 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) | 
| List<TypePatternExpr> | typePatternExprsExposedToChild(Node child) | 
equals, findExposedPatternInParentContext, findTypeDeclarations, getParent, getScope, getWrappedNode, hashCode, negatedTypePatternExprsExposedFromChildren, solveMethodAsUsage, solveSymbolInParentContext, solveWith, solveWithAsValue, typePatternExprsDiscoveredInPattern, typePatternExprsExposedFromChildrenclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, parameterDeclarationInScope, parametersExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethodInParentContext, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveType, solveTypeInParentContext, solveTypeInParentContext, typePatternExprInScopepublic SwitchEntryContext(SwitchEntry wrappedNode, TypeSolver typeSolver)
public SymbolReference<? extends ResolvedValueDeclaration> solveSymbol(String name)
public SymbolReference<ResolvedMethodDeclaration> solveMethod(String name, List<ResolvedType> argumentsTypes, boolean staticOnly)
public List<TypePatternExpr> typePatternExprsExposedToChild(Node child)
Copyright © 2007–2024. All rights reserved.