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, solveWithAsValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, parameterDeclarationInScope, parametersExposedToChild, solveConstructor, solveMethod, solveMethodAsUsage, solveSymbol, solveSymbolAsValue, solveTypepublic 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)
ContextCopyright © 2007–2019. All rights reserved.