public class LogicalAndParser extends BinaryExprParser
x && y.| Modifier and Type | Field and Description |
|---|---|
static LogicalAndParser |
INSTANCE |
| Constructor and Description |
|---|
LogicalAndParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
createNode(Op op,
Node lhNode,
Node rhNode) |
parsepublic static final LogicalAndParser INSTANCE
protected Node createNode(Op op, Node lhNode, Node rhNode)
createNode in class BinaryExprParserCopyright © 2017. All rights reserved.