Class JavaAST

java.lang.Object
org.variantsync.boosting.parsing.AbstractAST
org.variantsync.boosting.parsing.JavaAST
All Implemented Interfaces:
Serializable

public class JavaAST extends AbstractAST
Represents an Abstract Syntax Tree (AST) for Java files. This class extends the AbstractAST class and provides specific functionality for Java files.
See Also:
  • Constructor Details

  • Method Details

    • visitFileContent

      protected void visitFileContent(ASTNode fileNode, File fileToVisit)
      Description copied from class: AbstractAST
      This method is responsible for visiting the content of a file represented by the given ASTNode and File object.
      Specified by:
      visitFileContent in class AbstractAST
      Parameters:
      fileNode - The ASTNode representing the content of the file to be visited.
      fileToVisit - The File object representing the file to be visited.