Interface JamoppFileWithJDTParser

All Known Implementing Classes:
JamoppFileWithJDTParserImpl

public interface JamoppFileWithJDTParser
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jdt.core.dom.ASTNode
    parseFileWithJDT(String fileContent, String fileName)
     
  • Method Details

    • parseFileWithJDT

      org.eclipse.jdt.core.dom.ASTNode parseFileWithJDT(String fileContent, String fileName)