Interface EvaluationListener.FoundResult

All Known Implementing Classes:
EvaluationContextImpl.FoundResultImpl
Enclosing interface:
EvaluationListener

public static interface EvaluationListener.FoundResult
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    the index of this result.
    The path of this result
    The result object
  • Method Details

    • index

      int index()
      the index of this result. First result i 0
      Returns:
      index
    • path

      String path()
      The path of this result
      Returns:
      path
    • result

      Object result()
      The result object
      Returns:
      the result object