Class Substring
- java.lang.Object
-
- software.amazon.awssdk.services.scheduler.endpoints.internal.Expr
-
- software.amazon.awssdk.services.scheduler.endpoints.internal.Fn
-
- software.amazon.awssdk.services.scheduler.endpoints.internal.Substring
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
acceptFnVisitor(FnVisitor<T> visitor)
protected List<Expr>
args()
Value
eval(Scope<Value> scope)
static Substring
ofExprs(Expr expr, int startIndex, int stopIndex, Boolean reverse)
Expr
reverse()
Expr
startIndex()
Expr
stopIndex()
Expr
stringToParse()
-
Methods inherited from class software.amazon.awssdk.services.scheduler.endpoints.internal.Fn
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toString
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
SUBSTRING
public static final Identifier SUBSTRING
-
-
Constructor Detail
-
Substring
public Substring(FnNode fnNode)
-
-