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