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, typePatternExprsDiscoveredInPattern
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, parameterDeclarationInScope, parametersExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethod, solveMethodInParentContext, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveType, solveTypeInParentContext, solveTypeInParentContext, typePatternExprInScope, typePatternExprsExposedToChild
public 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.