|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcakoose.util.parser.FProblem
public final class FProblem
| Nested Class Summary | |
|---|---|
static class |
FProblem.Ref
|
| Field Summary | |
|---|---|
List<FProblem.Ref> |
additional
|
FProblem.Ref |
primary
|
| Constructor Summary | |
|---|---|
FProblem(FProblem.Ref primary)
|
|
FProblem(FProblem.Ref primary,
List<FProblem.Ref> additional)
|
|
FProblem(FSourcePos sourcePos,
String message)
|
|
FProblem(FSourcePos sourcePos,
String message,
FSourcePos 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 FProblem.Ref primary
public final List<FProblem.Ref> additional
| Constructor Detail |
|---|
public FProblem(FProblem.Ref primary,
List<FProblem.Ref> additional)
public FProblem(FProblem.Ref primary)
public FProblem(FSourcePos sourcePos,
String message)
public FProblem(FSourcePos sourcePos,
String message,
FSourcePos 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 | ||||||||