|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.analysis.flowgraph.Entity dk.brics.xact.analysis.flowgraph.Statement
public abstract class Statement
Superclass of abstract statements.
Constructor Summary | |
---|---|
Statement(Origin origin)
Constructs a new Statement object. |
Method Summary | |
---|---|
abstract String |
getOpName()
Returns the name of the operation. |
String |
toString()
Returns a textual description of the statement. |
abstract void |
visitBy(StatementVisitor v)
Visits this statement by the given visitor. |
Methods inherited from class dk.brics.xact.analysis.flowgraph.Entity |
---|
getOrigin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Statement(Origin origin)
Statement
object.
Method Detail |
---|
public abstract String getOpName()
public String toString()
toString
in class Entity
public abstract void visitBy(StatementVisitor v)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |