Class JavaSourceCodeParserImpl

java.lang.Object
io.github.mmm.code.impl.java.parser.JavaSourceCodeParserImpl
All Implemented Interfaces:
io.github.mmm.code.base.parser.SourceCodeParser

public class JavaSourceCodeParserImpl extends Object implements io.github.mmm.code.base.parser.SourceCodeParser
Implementation of SourceCodeParser.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Constructor Details

    • JavaSourceCodeParserImpl

      public JavaSourceCodeParserImpl()
      The constructor.
  • Method Details

    • parseType

      public io.github.mmm.code.base.type.BaseType parseType(Reader reader, io.github.mmm.code.base.BaseFile file)
      Specified by:
      parseType in interface io.github.mmm.code.base.parser.SourceCodeParser
    • parsePackage

      public void parsePackage(Reader reader, io.github.mmm.code.base.BasePackage pkg)
      Specified by:
      parsePackage in interface io.github.mmm.code.base.parser.SourceCodeParser
    • get

      public static JavaSourceCodeParserImpl get()
      Returns:
      the default instance of this class.