Class CommentRecorderParser

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.parser.Parser
org.aspectj.org.eclipse.jdt.internal.core.util.CommentRecorderParser
All Implemented Interfaces:
OperatorIds, TypeIds, ConflictedParser, ParserBasicInformation
Direct Known Subclasses:
SourceElementParser

public class CommentRecorderParser extends Parser
Internal parser used for parsing source to create DOM AST nodes.
Since:
3.0
  • Field Details

  • Constructor Details

    • CommentRecorderParser

      public CommentRecorderParser(ProblemReporter problemReporter, boolean optimizeStringLiterals)
  • Method Details