|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectharpoon.Analysis.SESE.Region
public static class SESE.Region
SESE.Region represents a single-entry single-exit
(SESE) Region, as computed by the SESE object.
| Field Summary | |
|---|---|
Object |
entry
entry edge of the region. |
Object |
exit
exit edge of the region. |
| Method Summary | |
|---|---|
Set |
children()
Child regions of this one. |
boolean |
equals(Object o)
Compare two regions for equality. |
int |
hashCode()
|
Collection |
nodes()
Nodes in this region (and not contained in any child regions) |
SESE.Region |
parent()
Parent region of this one ( null for top-level
region). |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Object entry
public final Object exit
| Method Detail |
|---|
public SESE.Region parent()
null for top-level
region).
public Set children()
public Collection nodes()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||