public class MultiplicativeExprParser extends BinaryExprParser
x & y
, x / y
, and x % y
.Modifier and Type | Field and Description |
---|---|
static MultiplicativeExprParser |
INSTANCE |
Constructor and Description |
---|
MultiplicativeExprParser() |
createNode, parse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyIdentifierScope
public static final MultiplicativeExprParser INSTANCE
Copyright © 2022. All rights reserved.