public class AssignmentExprParser extends BinaryExprParser
x = y, x += y, etc.| Modifier and Type | Field and Description |
|---|---|
static AssignmentExprParser |
INSTANCE |
| Constructor and Description |
|---|
AssignmentExprParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
createNode(Op op,
Node lhs,
Node rhs) |
parsepublic static final AssignmentExprParser INSTANCE
protected Node createNode(Op op, Node lhs, Node rhs)
createNode in class BinaryExprParserCopyright © 2017. All rights reserved.