public class UnaryExprContext extends AbstractJavaParserContext<UnaryExpr>
typeSolver, wrappedNode
Constructor and Description |
---|
UnaryExprContext(UnaryExpr 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 UnaryExprContext(UnaryExpr wrappedNode, TypeSolver typeSolver)
public List<TypePatternExpr> typePatternExprsExposedFromChildren()
public List<TypePatternExpr> negatedTypePatternExprsExposedFromChildren()
Copyright © 2007–2024. All rights reserved.