public class EnvirUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Envir |
copy(Envir a) |
static boolean |
disjoint(Envir one,
Envir other) |
static List<net.sourceforge.czt.z.ast.Expr> |
exprs(Envir one) |
static Envir |
merge(Envir a,
Envir b) |
static Set<net.sourceforge.czt.z.ast.ZName> |
names(Envir one) |
static boolean |
sameAs(Envir one,
Envir other) |
static boolean |
subset(Envir one,
Envir other) |
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.