public class BinaryExprContext extends ExpressionContext<BinaryExpr>
typeSolver, wrappedNode| Constructor and Description | 
|---|
| BinaryExprContext(BinaryExpr wrappedNode,
                 TypeSolver typeSolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TypePatternExpr> | typePatternExprsExposedToChild(Node child) | 
solveSymbol, solveSymbolAsValueequals, findExposedPatternInParentContext, findTypeDeclarations, getParent, getScope, getWrappedNode, hashCode, negatedTypePatternExprsExposedFromChildren, solveMethodAsUsage, solveSymbolInParentContext, solveWith, solveWithAsValue, typePatternExprsDiscoveredInPattern, typePatternExprsExposedFromChildrenclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfieldDeclarationInScope, fieldsExposedToChild, localVariableDeclarationInScope, localVariablesExposedToChild, parameterDeclarationInScope, parametersExposedToChild, solveConstructor, solveGenericType, solveGenericTypeInParentContext, solveMethod, solveMethodInParentContext, solveSymbolAsValueInParentContext, solveType, solveType, solveTypeInParentContext, solveTypeInParentContext, typePatternExprInScopepublic BinaryExprContext(BinaryExpr wrappedNode, TypeSolver typeSolver)
public List<TypePatternExpr> typePatternExprsExposedToChild(Node child)
Copyright © 2007–2024. All rights reserved.