Package | Description |
---|---|
org.stanwood.media.source.xbmc.expression |
Modifier and Type | Method and Description |
---|---|
Value |
IntegerValue.addition(Value value)
Used to add this value to another value
|
Value |
Value.addition(Value value)
Used to add this value to another value
|
Value |
IntegerValue.divide(Value value)
Used to divide this value with another value
|
Value |
Value.divide(Value value)
Used to divide this value with another value
|
Value |
ExpressionEval.eval(java.lang.String expression,
java.lang.String currentScope)
Used to evaluate an expression
|
Value |
IntegerValue.multiply(Value value)
Used to multiply this value with another value
|
Value |
Value.multiply(Value value)
Used to multiply this value with another value
|
static Value |
OperationHelper.performOperation(Operation op,
Value value1,
Value value2)
Used to perform a operation on two values
|
Value |
IntegerValue.subtract(Value value)
Used to subtract the parameter value from this value
|
Value |
Value.subtract(Value value)
Used to subtract the parameter value from this value
|