Package | Description |
---|---|
com.bc.jexp |
The main package of the JEXP API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Term.Neg
The numerical NEG operation:
- d-term
|
static class |
Term.NotB
The logical NOT operation
! |
static class |
Term.NotI
The bitwise NOT operation:
~ i-term
|
static class |
Term.UnaryB
An abstract unary (= 1 operand) operation with return type of
boolean . |
static class |
Term.UnaryI
An abstract unary (= 1 operand) operation with return type of
int . |
static class |
Term.UnaryN
An abstract unary (= 1 operand) operation with a numeric return type.
|
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.