Package net.objecthunter.exp4j
Class ValidationResult
java.lang.Object
net.objecthunter.exp4j.ValidationResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValidationResultA static class representing a successful validation result -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUCCESS
A static class representing a successful validation result
-
-
Constructor Details
-
ValidationResult
-
-
Method Details
-
isValid
public boolean isValid()Check if an expression has been validated successfully- Returns:
- true if the validation was successful, false otherwise
-
getErrors
-