dk.brics.xact.analysis.flowgraph
Class Entity

java.lang.Object
  extended by dk.brics.xact.analysis.flowgraph.Entity
Direct Known Subclasses:
SchemaType, Statement, TemplateConstant

public abstract class Entity
extends Object

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

Entity

public Entity(Origin origin)
Constructs a new node.

Method Detail

getOrigin

public Origin getOrigin()
Returns the origin.


toString

public String toString()
Returns a textual representation of the node. Includes the origin.

Overrides:
toString in class Object


Copyright © 2005-2011 Aarhus University.