public class BitwiseAndParser extends BinaryExprParser
x & y. Also supports Set intersection.| Modifier and Type | Field and Description |
|---|---|
static BitwiseAndParser |
INSTANCE |
| Constructor and Description |
|---|
BitwiseAndParser() |
public static final BitwiseAndParser INSTANCE
Copyright © 2017. All rights reserved.