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