org.aspectj.org.eclipse.jdt.internal.core.util
Class RecordedParsingInformation

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

public class RecordedParsingInformation
extends java.lang.Object

Use to keep track of recorded information during the parsing like comment positions, line ends or problems.


Field Summary
 int[][] commentPositions
           
 int[] lineEnds
           
 CategorizedProblem[] problems
           
 int problemsCount
           
 
Constructor Summary
RecordedParsingInformation(CategorizedProblem[] problems, int[] lineEnds, int[][] commentPositions)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

problems

public CategorizedProblem[] problems

problemsCount

public int problemsCount

lineEnds

public int[] lineEnds

commentPositions

public int[][] commentPositions
Constructor Detail

RecordedParsingInformation

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