Class DeclarationHandler

    • Method Detail

      • handleConstructorDeclaration

        public ConstructorDeclaration handleConstructorDeclaration​(com.github.javaparser.ast.body.ConstructorDeclaration constructorDecl)
      • handleMethodDeclaration

        public MethodDeclaration handleMethodDeclaration​(com.github.javaparser.ast.body.MethodDeclaration methodDecl)
      • handleClassOrInterfaceDeclaration

        public RecordDeclaration handleClassOrInterfaceDeclaration​(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration classInterDecl)
      • handleFieldDeclaration

        public FieldDeclaration handleFieldDeclaration​(com.github.javaparser.ast.body.FieldDeclaration fieldDecl)
      • handleInitializerDeclaration

        public Declaration handleInitializerDeclaration​(com.github.javaparser.ast.body.InitializerDeclaration initializerDecl)
      • handleEnumDeclaration

        public EnumDeclaration handleEnumDeclaration​(com.github.javaparser.ast.body.EnumDeclaration enumDecl)
      • handleEnumConstantDeclaration

        public EnumConstantDeclaration handleEnumConstantDeclaration​(com.github.javaparser.ast.body.EnumConstantDeclaration enumConstDecl)
      • handleAnnotationDeclaration

        public Declaration handleAnnotationDeclaration​(com.github.javaparser.ast.body.AnnotationDeclaration annotationConstDecl)
      • handleAnnotationMemberDeclaration

        public Declaration handleAnnotationMemberDeclaration​(com.github.javaparser.ast.body.AnnotationMemberDeclaration annotationMemberDecl)