public class Exprs extends Object
| Constructor and Description |
|---|
Exprs() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPure(Expr expr,
WhileyFile.Context context)
Determine whether this expression is "pure" or not.
|
static HashSet<wycc.util.Pair<Type,String>> |
uses(Expr expr,
WhileyFile.Context context)
Determine the set of variable names (and their types) used in a given expression.
|
public static HashSet<wycc.util.Pair<Type,String>> uses(Expr expr, WhileyFile.Context context)
expr - context - public static boolean isPure(Expr expr, WhileyFile.Context context)
Copyright © 2017. All rights reserved.