public class AdditiveExprParser extends BinaryExprParser
x + y and x - y.| Modifier and Type | Field and Description |
|---|---|
static AdditiveExprParser |
INSTANCE |
| Constructor and Description |
|---|
AdditiveExprParser() |
public static final AdditiveExprParser INSTANCE
Copyright © 2017. All rights reserved.