Modifier and Type | Field and Description |
---|---|
static String |
ID |
static Identifier |
SUBSTRING |
Modifier and Type | Method and 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() |
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toString
public static final String ID
public static final Identifier SUBSTRING
public Substring(FnNode fnNode)
Copyright © 2023. All rights reserved.