| Modifier and Type | Method and Description |
|---|---|
static ValueExpression |
Shorthand.con(Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseValue |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GtNum.compare(Value left,
Value right) |
abstract boolean |
ComparisonExpression.compare(Value left,
Value right) |
boolean |
EqStr.compare(Value left,
Value right) |
boolean |
EqNum.compare(Value left,
Value right) |
boolean |
LtNum.compare(Value left,
Value right) |
boolean |
Eq.compare(Value left,
Value right) |
| Modifier and Type | Field and Description |
|---|---|
Value |
Const.value |
| Modifier and Type | Method and Description |
|---|---|
static Value |
ConstantFactory.createFromBitSet(BitSet value,
int minSize,
Encoding encoding) |
static Value |
ConstantFactory.createFromBytes(byte[] value,
Encoding encoding) |
static Value |
ConstantFactory.createFromNumeric(BigInteger value,
Encoding encoding) |
static Value |
ConstantFactory.createFromNumeric(long value,
Encoding encoding) |
static Value |
ConstantFactory.createFromString(String value,
Encoding encoding) |
Value |
OptionalValue.get() |
| Modifier and Type | Method and Description |
|---|---|
abstract OptionalValue |
UnaryValueExpression.eval(Value value,
Environment environment,
Encoding encoding) |
OptionalValue |
Cat.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
abstract OptionalValue |
BinaryValueExpression.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
static OptionalValue |
OptionalValue.of(Value value) |
protected ValueExpression |
FoldRight.reduce(Reducer reducer,
Value head,
Value tail) |
protected abstract ValueExpression |
Fold.reduce(Reducer reducer,
Value head,
Value tail) |
protected ValueExpression |
FoldLeft.reduce(Reducer reducer,
Value head,
Value tail) |
| Constructor and Description |
|---|
Const(Value value) |
| Modifier and Type | Method and Description |
|---|---|
OptionalValue |
Neg.eval(Value value,
Environment environment,
Encoding encoding) |
OptionalValue |
Mod.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
OptionalValue |
Div.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
OptionalValue |
Sub.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
OptionalValue |
Mul.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
OptionalValue |
Add.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
| Modifier and Type | Method and Description |
|---|---|
OptionalValue |
Not.eval(Value value,
Environment environment,
Encoding encoding) |
OptionalValue |
Or.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
OptionalValue |
And.eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
OptionalValue |
ShiftLeft.eval(Value operand,
Value positions,
Environment environment,
Encoding encoding) |
OptionalValue |
ShiftRight.eval(Value operand,
Value positions,
Environment environment,
Encoding encoding) |
| Modifier and Type | Method and Description |
|---|---|
OptionalValue |
Offset.eval(Value value,
Environment environment,
Encoding encoding) |
OptionalValue |
Len.eval(Value value,
Environment environment,
Encoding encoding) |
Copyright © 2017. All rights reserved.