|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.util.RecordedParsingInformation
public class RecordedParsingInformation
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 |
|---|
public CategorizedProblem[] problems
public int problemsCount
public int[] lineEnds
public int[][] commentPositions
| Constructor Detail |
|---|
public RecordedParsingInformation(CategorizedProblem[] problems,
int[] lineEnds,
int[][] commentPositions)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||