Class EvaluationContextImpl.FoundResultImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private java.lang.String path  
      private java.lang.Object result  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FoundResultImpl​(int index, java.lang.String path, java.lang.Object result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int index()
      the index of this result.
      java.lang.String path()
      The path of this result
      java.lang.Object result()
      The result object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait