Class Substring


  • public final class Substring
    extends FunctionDefinition
    A rule-set function for getting the substring of a string value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID  
    • Constructor Summary

      Constructors 
      Constructor Description
      Substring()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value evaluate​(java.util.List<Value> arguments)
      Evaluate the arguments to a given function to compute a result.
      java.util.List<Type> getArguments()
      The arguments to this function.
      java.lang.String getId()
      The ID of this function.
      Type getReturnType()
      The return type of this function definition.
      static Function ofExpression​(Expression str, int startIndex, int stopIndex, java.lang.Boolean reverse)  
      • Methods inherited from class java.lang.Object

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