Package com.batch.android.lisp
Class OperatorValue
- java.lang.Object
-
- com.batch.android.lisp.Value
-
- com.batch.android.lisp.OperatorValue
-
public class OperatorValue extends Value
-
-
Constructor Summary
Constructors Constructor Description OperatorValue(Operator operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringtoString()
-
-
-
Constructor Detail
-
OperatorValue
public OperatorValue(Operator operator)
-
-