edu.stanford.nlp.ling.tokensregex.types
Class Expressions.RegexMatchVarExpression
java.lang.Object
edu.stanford.nlp.ling.tokensregex.types.Expressions.TypedExpression
edu.stanford.nlp.ling.tokensregex.types.Expressions.SimpleExpression
edu.stanford.nlp.ling.tokensregex.types.Expressions.RegexMatchVarExpression
- All Implemented Interfaces:
- AssignableExpression, Expression, java.io.Serializable
- Enclosing class:
- Expressions
public static class Expressions.RegexMatchVarExpression
- extends Expressions.SimpleExpression
- implements AssignableExpression
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Expressions.RegexMatchVarExpression
public Expressions.RegexMatchVarExpression(java.lang.String groupname,
java.lang.String... tags)
Expressions.RegexMatchVarExpression
public Expressions.RegexMatchVarExpression(java.lang.Integer groupid,
java.lang.String... tags)
valueOf
public static Expressions.RegexMatchVarExpression valueOf(java.lang.String group)
evaluate
public Value evaluate(Env env,
java.lang.Object... args)
- Description copied from interface:
Expression
- Evaluates the expression using the specified environment and
arguments. Arguments are additional context not provided
by the environment.
- Specified by:
evaluate in interface Expression
- Returns:
- Evaluated value
assign
public Expression assign(Expression expr)
- Specified by:
assign in interface AssignableExpression
Stanford NLP Group