public class ErrorUml extends Object
| Constructor and Description |
|---|
ErrorUml(ErrorUmlType type,
String error,
LineLocation lineLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getError() |
LineLocation |
getLineLocation() |
int |
getPosition() |
SuggestEngineResult |
getSuggest() |
ErrorUmlType |
getType() |
int |
hashCode() |
boolean |
hasSuggest() |
void |
setSuggest(SuggestEngineResult suggest) |
String |
toString() |
public ErrorUml(ErrorUmlType type, String error, LineLocation lineLocation)
public final String getError()
public final ErrorUmlType getType()
public final int getPosition()
public final LineLocation getLineLocation()
public final SuggestEngineResult getSuggest()
public final boolean hasSuggest()
public void setSuggest(SuggestEngineResult suggest)
Copyright © 2017. All rights reserved.