public class FixedMethods
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ASSUME_PACKAGES_SEALED |
| Constructor and Description |
|---|
FixedMethods() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFixed(InvokeExpr ie)
Returns true if a method call is fixed, i.e., assuming that all classes in the Scene resemble library code,
then client code cannot possible overwrite the called method.
|
public static final boolean ASSUME_PACKAGES_SEALED
public static boolean isFixed(InvokeExpr ie)