Interface Result

All Superinterfaces:
WithDiagnostics
All Known Subinterfaces:
ParseResult, UnparseResult

public interface Result extends WithDiagnostics
Interface for Parse and Unparse results
  • Method Details

    • isProcessingError

      boolean isProcessingError()
      Returns:
      true if cause of error state is processing error
    • isValidationError

      boolean isValidationError()
      Returns:
      true if cause of error state is validation error
    • location

      DataLocation location()
      Get the current DataLocation
      Returns:
      the current location