Package | Description |
---|---|
org.apache.commons.el |
Modifier and Type | Class and Description |
---|---|
class |
MinusOperator
The implementation of the minus operator
|
class |
MultiplyOperator
The implementation of the multiply operator
|
class |
PlusOperator
The implementation of the plus operator
|
Modifier and Type | Method and Description |
---|---|
static Object |
Coercions.applyArithmeticOperator(Object pLeft,
Object pRight,
ArithmeticOperator pOperator)
Performs all of the necessary type conversions, then calls on the
appropriate operator.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.