java.lang.Object
com.iamsoft.util.ui.javafx.codearea.ProblemInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Comparator
<ProblemInfo> static final Comparator
<ProblemInfo> 'Higher to lower' severity comparator. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEVERITY_COMPARATOR
'Higher to lower' severity comparator. -
OFFSET_COMPARATOR
-
-
Constructor Details
-
ProblemInfo
public ProblemInfo(int pLine, com.iamsoft.util.validation.ValidationError pError)
-
-
Method Details
-
getLine
public int getLine() -
getLineText
-
getValidationError
public com.iamsoft.util.validation.ValidationError getValidationError() -
getSeverity
public com.iamsoft.util.validation.ValidationError.Severity getSeverity() -
getDescription
-
getOffset
public int getOffset() -
getLength
public int getLength() -
getProblemTypeId
public int getProblemTypeId() -
hashCode
public int hashCode() -
equals
-