public class ErrorUml
extends java.lang.Object
Constructor and Description |
---|
ErrorUml(ErrorUmlType type,
java.lang.String error,
int score,
LineLocation lineLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getError() |
LineLocation |
getLineLocation() |
int |
getPosition() |
ErrorUmlType |
getType() |
int |
hashCode() |
int |
score() |
java.lang.String |
toString() |
public ErrorUml(ErrorUmlType type, java.lang.String error, int score, LineLocation lineLocation)
public int score()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public final java.lang.String getError()
public final ErrorUmlType getType()
public final int getPosition()
public final LineLocation getLineLocation()