Searched defs:Vset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DVset.java36 class Vset implements Constants { class in inherits:Constants
67 * This is the Vset which reports all vars assigned and unassigned.
78 static final Vset DEAD_END = new Vset(-1, -1, fullX);
81 * Create an empty Vset.
83 public Vset() { method in class:Vset
87 private Vset(long vset, long uset, long x[]) { method in class:Vset
94 * Create an copy of the given Vset.
97 public Vset copy() {
101 Vset v
[all...]

Completed in 38 milliseconds