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<PatternExpr> |
negatedPatternExprsExposedFromChildren() |
List<PatternExpr> |
patternExprsExposedFromChildren() |
SymbolReference<? extends ResolvedValueDeclaration> |
solveSymbol(String name) |
equals, findTypeDeclarations, getParent, getScope, getWrappedNode, hashCode, isQualifiedName, solveMethodAsUsage, solveSymbolInParentContext, solveWith, solveWithAsValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, parameterDeclarationInScope, parametersExposedToChild, patternExprInScope, patternExprsExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethod, solveMethodInParentContext, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveType, solveTypeInParentContext, solveTypeInParentContext
public VariableDeclarationExprContext(VariableDeclarationExpr wrappedNode, TypeSolver typeSolver)
public SymbolReference<? extends ResolvedValueDeclaration> solveSymbol(String name)
public List<VariableDeclarator> localVariablesExposedToChild(Node child)
public List<PatternExpr> patternExprsExposedFromChildren()
public List<PatternExpr> negatedPatternExprsExposedFromChildren()
Copyright © 2007–2023. All rights reserved.