public class Expression extends Object implements Operand
Modifier and Type | Field and Description |
---|---|
Operand |
lvalue |
Operator |
operator |
Operand |
rvalue |
Constructor and Description |
---|
Expression(Operand lvalue,
Operator operator,
Operand rvalue) |
public final Operator operator
public final Operand lvalue
public final Operand rvalue
Copyright © 2013 Nuxeo SA. All Rights Reserved.