| Package | Description |
|---|---|
| ch.epfl.labos.iu.orm.queryll2.symbolic |
| Modifier and Type | Field and Description |
|---|---|
TypedValue.MathOpValue.Op |
TypedValue.MathOpValue.op |
| Modifier and Type | Method and Description |
|---|---|
static TypedValue.MathOpValue.Op |
TypedValue.MathOpValue.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedValue.MathOpValue.Op[] |
TypedValue.MathOpValue.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MathOpValue(TypedValue.MathOpValue.Op op,
TypedValue left,
TypedValue right) |
MathOpValue(TypedValue.MathOpValue.Op op,
org.jinq.rebased.org.objectweb.asm.Type returnType,
TypedValue left,
TypedValue right) |
Copyright © 2018. All Rights Reserved.