|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcakoose.util.parser.Problem
public final class Problem
| Nested Class Summary | |
|---|---|
static class |
Problem.Ref
|
| Field Summary | |
|---|---|
List<Problem.Ref> |
additional
|
Problem.Ref |
primary
|
| Constructor Summary | |
|---|---|
Problem(Problem.Ref primary)
|
|
Problem(Problem.Ref primary,
List<Problem.Ref> additional)
|
|
Problem(SourcePos sourcePos,
String message)
|
|
Problem(SourcePos sourcePos,
String message,
SourcePos additionalSourcePos,
String additionalMessage)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
void |
toString(StringBuilder buf)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Problem.Ref primary
public final List<Problem.Ref> additional
| Constructor Detail |
|---|
public Problem(Problem.Ref primary,
List<Problem.Ref> additional)
public Problem(Problem.Ref primary)
public Problem(SourcePos sourcePos,
String message)
public Problem(SourcePos sourcePos,
String message,
SourcePos additionalSourcePos,
String additionalMessage)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void toString(StringBuilder buf)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||