public class Evaluator
extends java.lang.Object
| Constructor and Description |
|---|
Evaluator() |
| Modifier and Type | Method and Description |
|---|---|
static Value |
getConstantValueOf(Value op)
Returns the constant value of
op if it is easy
to find the constant value; else returns null. |
static boolean |
isValueConstantValued(Value op) |