public class OpVars extends Object
Constructor and Description |
---|
OpVars() |
Modifier and Type | Method and Description |
---|---|
static Collection<Var> |
mentionedVars(Op op) |
static void |
mentionedVars(Op op,
Set<Var> acc) |
static Set<Var> |
patternVars(Op op)
Deprecated.
|
static Collection<Var> |
vars(BasicPattern pattern) |
static void |
vars(BasicPattern pattern,
Collection<Var> acc) |
static Set<Var> |
visibleVars(Op op) |
static void |
visibleVars(Op op,
Set<Var> acc) |
@Deprecated public static Set<Var> patternVars(Op op)
public static Collection<Var> mentionedVars(Op op)
public static Collection<Var> vars(BasicPattern pattern)
public static void vars(BasicPattern pattern, Collection<Var> acc)
Licenced under the Apache License, Version 2.0