| Package | Description |
|---|---|
| processing.mode.java | |
| processing.mode.java.pdex |
| Modifier and Type | Field and Description |
|---|---|
protected List<Problem> |
JavaEditor.problems |
| Modifier and Type | Method and Description |
|---|---|
Problem |
JavaEditor.findProblem(int line) |
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
JavaEditor.findProblems(int line) |
List<Problem> |
JavaEditor.getProblems() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEditor.highlight(Problem p) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEditor.setProblemList(List<Problem> problems) |
void |
MarkerColumn.updateErrorPoints(List<Problem> problems) |
void |
JavaEditor.updateErrorTable(List<Problem> problems)
Updates the error table in the Error Window.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ErrorMessageSimplifier.getSimplifiedErrorMessage(Problem problem)
Tones down the jargon in the ecj reported errors.
|
Copyright © 2001–2016 Processing Foundation. All rights reserved.