Klasse RecordedParsingInformation

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.RecordedParsingInformation

public class RecordedParsingInformation extends Object
Use to keep track of recorded information during the parsing like comment positions, line ends or problems.
  • Felddetails

    • problems

      public CategorizedProblem[] problems
    • problemsCount

      public int problemsCount
    • lineEnds

      public int[] lineEnds
    • commentPositions

      public int[][] commentPositions
  • Konstruktordetails

    • RecordedParsingInformation

      public RecordedParsingInformation(CategorizedProblem[] problems, int[] lineEnds, int[][] commentPositions)