public abstract class Expression.Assignment extends Expression.Operator
Constructor and Description |
---|
Assignment(String assign,
int precedence) |
Modifier and Type | Method and Description |
---|---|
Object |
eval(Map<String,Object> variables,
Object v1,
Object v2) |
eval, eval, getOper, getPrecedence, isLeftAssoc, toString
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.