|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.rwth.domains.templates.FlatCompleteLattice
|
+--de.rwth.dfa.jvm.samples.SSLattice
The lattice used by SSAbstraction. For a maximal stack size n, the lattice
looks like this
?size?
/ | ... \
0 1 ... n
\ | ... /
size errornous
An Integer represents a valid stack size. The top element represents insufficient
information and the bottom element represents not uniquely determined stack
size. The latter is not possible in class files which are accepted by a JVM.
| Inner classes inherited from class de.rwth.domains.Set |
Set.Default |
| Fields inherited from class de.rwth.domains.templates.FlatCompleteLattice |
bottom, set, top |
| Constructor Summary | |
SSLattice(int maxStack)
Creates a new SSLattice instance. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Mini test environment. |
| Methods inherited from class de.rwth.domains.templates.FlatCompleteLattice |
bottom, equals, isElement, iterator, iteratorSkel, join, le, lt, meet, size, sizeSkel, top |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SSLattice(int maxStack)
SSLattice instance.maxStack - an int value| Method Detail |
public static void main(java.lang.String[] args)
args - a String[] value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||