|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xact.analysis.flowgraph.Entity
public abstract class Entity
Superclass of all program entities.
| Constructor Summary | |
|---|---|
Entity(Origin origin)
Constructs a new node. |
|
| Method Summary | |
|---|---|
Origin |
getOrigin()
Returns the origin. |
String |
toString()
Returns a textual representation of the node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Entity(Origin origin)
| Method Detail |
|---|
public Origin getOrigin()
public String toString()
toString in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||