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) |
parse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyIdentifierScope
public static final LogicalOrParser INSTANCE
protected Node createNode(Op op, Node lhNode, Node rhNode)
createNode
in class BinaryExprParser
Copyright © 2022. All rights reserved.