public class Concatenator extends APIObject implements ICollectExpression, IPredicateFunction, IClause
| Modifier and Type | Method and Description |
|---|---|
Concat |
AND()
JCYPHER
'and' two boolean expressions or values
|
Concatenator |
BR_CLOSE()
JCYPHER
close a bracket; allows to nest expressions, must have a matching BR_OPEN()
e.g.
|
Concat |
OR()
JCYPHER
'or' two boolean expressions or values
|
Concat |
XOR()
JCYPHER
'xor' (exclusive or) two boolean expressions or values
|
public Concat AND()
public Concat OR()
public Concat XOR()
public Concatenator BR_CLOSE()
Copyright © 2016. All rights reserved.