public class EnclosedExprContext extends AbstractJavaParserContext<EnclosedExpr>
typeSolver, wrappedNode
Constructor and Description |
---|
EnclosedExprContext(EnclosedExpr wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
List<TypePatternExpr> |
negatedTypePatternExprsExposedFromChildren() |
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, localVariablesExposedToChild, parameterDeclarationInScope, parametersExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethod, solveMethodInParentContext, solveSymbol, solveSymbolAsValue, solveSymbolAsValueInParentContext, solveType, solveType, solveTypeInParentContext, solveTypeInParentContext, typePatternExprInScope, typePatternExprsExposedToChild
public EnclosedExprContext(EnclosedExpr wrappedNode, TypeSolver typeSolver)
public List<TypePatternExpr> typePatternExprsExposedFromChildren()
public List<TypePatternExpr> negatedTypePatternExprsExposedFromChildren()
Copyright © 2007–2024. All rights reserved.