public class ErrorUml
extends java.lang.Object
| Constructor and Description |
|---|
ErrorUml(ErrorUmlType type,
java.lang.String error,
int position,
LineLocation lineLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getError() |
LineLocation |
getLineLocation() |
int |
getPosition() |
net.sourceforge.plantuml.suggest.SuggestEngineResult |
getSuggest() |
ErrorUmlType |
getType() |
int |
hashCode() |
boolean |
hasSuggest() |
void |
setSuggest(net.sourceforge.plantuml.suggest.SuggestEngineResult suggest) |
java.lang.String |
toString() |
public ErrorUml(ErrorUmlType type, java.lang.String error, int position, LineLocation lineLocation)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic final java.lang.String getError()
public final ErrorUmlType getType()
public int getPosition()
public LineLocation getLineLocation()
public final net.sourceforge.plantuml.suggest.SuggestEngineResult getSuggest()
public final boolean hasSuggest()
public void setSuggest(net.sourceforge.plantuml.suggest.SuggestEngineResult suggest)