public class EnclosedExprContext extends AbstractJavaParserContext<EnclosedExpr>
typeSolver, wrappedNode
Constructor and Description |
---|
EnclosedExprContext(EnclosedExpr wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
List<PatternExpr> |
negatedPatternExprsExposedFromChildren() |
List<PatternExpr> |
patternExprsExposedFromChildren() |
equals, findTypeDeclarations, getParent, getWrappedNode, hashCode, solveSymbolInParentContext, solveWith, solveWithAsValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, parameterDeclarationInScope, parametersExposedToChild, patternExprInScope, patternExprsExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethod, solveMethodAsUsage, solveMethodInParentContext, solveSymbol, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveTypeInParentContext
public EnclosedExprContext(EnclosedExpr wrappedNode, TypeSolver typeSolver)
public List<PatternExpr> patternExprsExposedFromChildren()
public List<PatternExpr> negatedPatternExprsExposedFromChildren()
Copyright © 2007–2020. All rights reserved.