public static class Expressions.RegexMatchVarExpression extends Expressions.SimpleExpression implements AssignableExpression
| Constructor and Description |
|---|
RegexMatchVarExpression(Integer groupid,
String... tags) |
RegexMatchVarExpression(String groupname,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
assign(Expression expr) |
Value |
evaluate(Env env,
Object... args)
Evaluates the expression using the specified environment and
arguments.
|
static Expressions.RegexMatchVarExpression |
valueOf(String group) |
equals, get, hashCode, toStringgetTags, getType, hasValue, setTags, simplifypublic static Expressions.RegexMatchVarExpression valueOf(String group)
public Value evaluate(Env env, Object... args)
Expressionevaluate in interface Expressionenv - Environmentargs - Argumentspublic Expression assign(Expression expr)
assign in interface AssignableExpression