Class BaseEvaluator.ReplaceableValue

    • Constructor Summary

      Constructors 
      Constructor Description
      ReplaceableValue​(java.lang.Integer place)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Integer getPlace()
      Returns the place into the array of parameter to obtain the value.
      java.lang.Object process​(Queryable.DataSource dataSource, Queryable.Consumer consumer)
      Return the processed value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplaceableValue

        public ReplaceableValue​(java.lang.Integer place)
    • Method Detail

      • getPlace

        public final java.lang.Integer getPlace()
        Returns the place into the array of parameter to obtain the value.
        Returns:
        Value to replace the holder.