public class NodeValueOps extends Object
| Constructor and Description |
|---|
NodeValueOps() |
| Modifier and Type | Method and Description |
|---|---|
static NodeValue |
additionNV(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
divisionNV(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
multiplicationNV(NodeValue nv1,
NodeValue nv2) |
static NodeValue |
subtractionNV(NodeValue nv1,
NodeValue nv2) |
Licenced under the Apache License, Version 2.0