public class VariableDeclarationExprContext extends AbstractJavaParserContext<com.github.javaparser.ast.expr.VariableDeclarationExpr>
typeSolver, wrappedNode
Constructor and Description |
---|
VariableDeclarationExprContext(com.github.javaparser.ast.expr.VariableDeclarationExpr wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
List<com.github.javaparser.ast.body.VariableDeclarator> |
localVariablesExposedToChild(com.github.javaparser.ast.Node child)
The local variables that are declared in this immediate context and made visible to a given child.
|
equals, findTypeDeclarations, getParent, getWrappedNode, hashCode, solveGenericType, solveWith, solveWithAsValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, parameterDeclarationInScope, parametersExposedToChild, solveConstructor, solveMethod, solveMethodAsUsage, solveSymbol, solveSymbolAsValue, solveType
public VariableDeclarationExprContext(com.github.javaparser.ast.expr.VariableDeclarationExpr wrappedNode, TypeSolver typeSolver)
public List<com.github.javaparser.ast.body.VariableDeclarator> localVariablesExposedToChild(com.github.javaparser.ast.Node child)
Context
Copyright © 2007–2019. All rights reserved.