Package | Description |
---|---|
com.bc.jexp |
The main package of the JEXP API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Term.Add
The numerical ADD operation:
n-term
+ n-term
|
static class |
Term.Div
The numerical DIV operation:
n-term
/ n-term
|
static class |
Term.Mod
The numerical MOD (modulo) operation:
n-term
% n-term
|
static class |
Term.Mul
The numerical MUL operation:
n-term
* n-term
|
static class |
Term.Sub
The numerical SUB operation:
n-term
- n-term
|
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.