Class InstanceOfExprContext

  • All Implemented Interfaces:
    com.github.javaparser.resolution.Context

    public class InstanceOfExprContext
    extends ExpressionContext<com.github.javaparser.ast.expr.InstanceOfExpr>
    Author:
    Roger Howell
    • Constructor Detail

      • InstanceOfExprContext

        public InstanceOfExprContext​(com.github.javaparser.ast.expr.InstanceOfExpr wrappedNode,
                                     com.github.javaparser.resolution.TypeSolver typeSolver)
    • Method Detail

      • solveSymbol

        public com.github.javaparser.resolution.model.SymbolReference<? extends com.github.javaparser.resolution.declarations.ResolvedValueDeclaration> solveSymbol​(String name)
        Specified by:
        solveSymbol in interface com.github.javaparser.resolution.Context
        Overrides:
        solveSymbol in class ExpressionContext<com.github.javaparser.ast.expr.InstanceOfExpr>