public class VariableDeclarationExprContext extends AbstractJavaParserContext<VariableDeclarationExpr>
typeSolver, wrappedNode| Constructor and Description |
|---|
VariableDeclarationExprContext(VariableDeclarationExpr wrappedNode,
TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDeclarator> |
localVariablesExposedToChild(Node child) |
List<TypePatternExpr> |
negatedTypePatternExprsExposedFromChildren() |
SymbolReference<? extends ResolvedValueDeclaration> |
solveSymbol(String name) |
List<TypePatternExpr> |
typePatternExprsExposedFromChildren() |
equals, findTypeDeclarations, getParent, getScope, getWrappedNode, hashCode, solveMethodAsUsage, solveSymbolInParentContext, solveWith, solveWithAsValue, typePatternExprsDiscoveredInPatternclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, parameterDeclarationInScope, parametersExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethod, solveMethodInParentContext, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveType, solveTypeInParentContext, solveTypeInParentContext, typePatternExprInScope, typePatternExprsExposedToChildpublic VariableDeclarationExprContext(VariableDeclarationExpr wrappedNode, TypeSolver typeSolver)
public SymbolReference<? extends ResolvedValueDeclaration> solveSymbol(String name)
public List<VariableDeclarator> localVariablesExposedToChild(Node child)
public List<TypePatternExpr> typePatternExprsExposedFromChildren()
public List<TypePatternExpr> negatedTypePatternExprsExposedFromChildren()
Copyright © 2007–2024. All rights reserved.