public class ShiftLeft extends BinaryValueExpression
BinaryValueExpression that implements the bitwise left shift
operation.left, right| Constructor and Description |
|---|
ShiftLeft(ValueExpression operand,
ValueExpression positions) |
| Modifier and Type | Method and Description |
|---|---|
OptionalValue |
eval(Value operand,
Value positions,
Environment environment,
Encoding encoding) |
eval, toStringpublic ShiftLeft(ValueExpression operand, ValueExpression positions)
public OptionalValue eval(Value operand, Value positions, Environment environment, Encoding encoding)
eval in class BinaryValueExpressionCopyright © 2017. All rights reserved.