Class AbstractJavaParser

  • All Implemented Interfaces:
    Parser
    Direct Known Subclasses:
    JavaLanguageParser

    @Deprecated
    public abstract class AbstractJavaParser
    extends AbstractParser
    Deprecated.
    For removal, the abstraction is not useful.
    This is a generic Java specific implementation of the Parser interface. It creates a JavaParser instance, and sets the exclude marker. It also exposes the exclude map from the JavaParser instance.
    See Also:
    AbstractParser, JavaParser