Class ParserUtils.Finder

java.lang.Object
caseine.publication.ParserUtils.Finder
Direct Known Subclasses:
ParserUtils.FinderOfAnnotationDeclaration, ParserUtils.FinderOfAnnotationMemberDeclaration, ParserUtils.FinderOfArrayAccessExpr, ParserUtils.FinderOfArrayCreationExpr, ParserUtils.FinderOfArrayCreationLevel, ParserUtils.FinderOfArrayInitializerExpr, ParserUtils.FinderOfArrayType, ParserUtils.FinderOfAssertStmt, ParserUtils.FinderOfAssignExpr, ParserUtils.FinderOfBinaryExpr, ParserUtils.FinderOfBlockComment, ParserUtils.FinderOfBlockStmt, ParserUtils.FinderOfBooleanLiteralExpr, ParserUtils.FinderOfBreakStmt, ParserUtils.FinderOfCastExpr, ParserUtils.FinderOfCatchClause, ParserUtils.FinderOfCharLiteralExpr, ParserUtils.FinderOfClassExpr, ParserUtils.FinderOfClassOrInterfaceDeclaration, ParserUtils.FinderOfClassOrInterfaceType, ParserUtils.FinderOfCompilationUnit, ParserUtils.FinderOfConditionalExpr, ParserUtils.FinderOfConstructorDeclaration, ParserUtils.FinderOfContinueStmt, ParserUtils.FinderOfDoStmt, ParserUtils.FinderOfDoubleLiteralExpr, ParserUtils.FinderOfEmptyStmt, ParserUtils.FinderOfEnclosedExpr, ParserUtils.FinderOfEnumConstantDeclaration, ParserUtils.FinderOfEnumDeclaration, ParserUtils.FinderOfExplicitConstructorInvocationStmt, ParserUtils.FinderOfExpressionStmt, ParserUtils.FinderOfFieldAccessExpr, ParserUtils.FinderOfFieldDeclaration, ParserUtils.FinderOfForEachStmt, ParserUtils.FinderOfForStmt, ParserUtils.FinderOfIfStmt, ParserUtils.FinderOfImportDeclaration, ParserUtils.FinderOfInitializerDeclaration, ParserUtils.FinderOfInstanceOfExpr, ParserUtils.FinderOfIntegerLiteralExpr, ParserUtils.FinderOfIntersectionType, ParserUtils.FinderOfJavadocComment, ParserUtils.FinderOfLabeledStmt, ParserUtils.FinderOfLambdaExpr, ParserUtils.FinderOfLineComment, ParserUtils.FinderOfLocalClassDeclarationStmt, ParserUtils.FinderOfLongLiteralExpr, ParserUtils.FinderOfMarkerAnnotationExpr, ParserUtils.FinderOfMemberValuePair, ParserUtils.FinderOfMethodCallExpr, ParserUtils.FinderOfMethodDeclaration, ParserUtils.FinderOfMethodReferenceExpr, ParserUtils.FinderOfModifier, ParserUtils.FinderOfModuleDeclaration, ParserUtils.FinderOfModuleExportsDirective, ParserUtils.FinderOfModuleOpensDirective, ParserUtils.FinderOfModuleProvidesDirective, ParserUtils.FinderOfModuleRequiresDirective, ParserUtils.FinderOfModuleUsesDirective, ParserUtils.FinderOfName, ParserUtils.FinderOfNameExpr, ParserUtils.FinderOfNodeList, ParserUtils.FinderOfNormalAnnotationExpr, ParserUtils.FinderOfNullLiteralExpr, ParserUtils.FinderOfObjectCreationExpr, ParserUtils.FinderOfPackageDeclaration, ParserUtils.FinderOfParameter, ParserUtils.FinderOfPrimitiveType, ParserUtils.FinderOfReceiverParameter, ParserUtils.FinderOfReturnStmt, ParserUtils.FinderOfSimpleName, ParserUtils.FinderOfSingleMemberAnnotationExpr, ParserUtils.FinderOfStringLiteralExpr, ParserUtils.FinderOfSuperExpr, ParserUtils.FinderOfSwitchEntry, ParserUtils.FinderOfSwitchExpr, ParserUtils.FinderOfSwitchStmt, ParserUtils.FinderOfSynchronizedStmt, ParserUtils.FinderOfTextBlockLiteralExpr, ParserUtils.FinderOfThisExpr, ParserUtils.FinderOfThrowStmt, ParserUtils.FinderOfTryStmt, ParserUtils.FinderOfTypeExpr, ParserUtils.FinderOfTypeParameter, ParserUtils.FinderOfUnaryExpr, ParserUtils.FinderOfUnionType, ParserUtils.FinderOfUnknownType, ParserUtils.FinderOfUnparsableStmt, ParserUtils.FinderOfVariableDeclarationExpr, ParserUtils.FinderOfVariableDeclarator, ParserUtils.FinderOfVarType, ParserUtils.FinderOfVoidType, ParserUtils.FinderOfWhileStmt, ParserUtils.FinderOfWildcardType, ParserUtils.FinderOfYieldStmt, ParserUtils.LoopFinder, ParserUtils.SelectionFinder
Enclosing class:
ParserUtils

public abstract static class ParserUtils.Finder extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    protected com.github.javaparser.ast.visitor.Visitable
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Finder(com.github.javaparser.ast.visitor.Visitable visitable)
     
    Finder(com.github.javaparser.ast.visitor.Visitable visitable, boolean deep)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • deep

      protected boolean deep
    • visitable

      protected com.github.javaparser.ast.visitor.Visitable visitable
  • Constructor Details

    • Finder

      public Finder(com.github.javaparser.ast.visitor.Visitable visitable)
    • Finder

      public Finder(com.github.javaparser.ast.visitor.Visitable visitable, boolean deep)