Substring (AWS SDK for Java

Substring (AWS SDK for Java - 2.25.21)
All Implemented Interfaces:
Eval, Into<Condition>

public class Substringextends Fn
  • Field Summary

    Fields

  • Constructor Summary

    Constructors

  • Method Summary

    <T> T

  • Field Details

    • ID

      public static final String ID
      See Also:
    • SUBSTRING

  • Constructor Details

    • Substring

      public Substring(FnNode fnNode)
  • Method Details

    • acceptFnVisitor

      public <T> T acceptFnVisitor(FnVisitor<T> visitor)
      Specified by:
      acceptFnVisitor in class Fn
    • ofExprs

    • stringToParse

      public Expr stringToParse()
    • startIndex

      public Expr startIndex()
    • stopIndex

      public Expr stopIndex()
    • reverse

      public Expr reverse()
    • eval

      Specified by:
      eval in interface Eval

You Might Also Like