Package org.apache.felix.gogo.runtime
Class Expression.Assignment
- java.lang.Object
-
- org.apache.felix.gogo.runtime.Expression.Operator
-
- org.apache.felix.gogo.runtime.Expression.Assignment
-
- Enclosing class:
- Expression
public abstract class Expression.Assignment extends Expression.Operator
Marker class for assignment operators. Those operators need a variable on the left hand side.
-
-
Constructor Summary
Constructors Constructor Description Assignment(String assign, int precedence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eval(Map<String,Object> variables, Object v1, Object v2)
-
Methods inherited from class org.apache.felix.gogo.runtime.Expression.Operator
eval, eval, getOper, getPrecedence, isLeftAssoc, toString
-
-