|
|||||||
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 dk.brics.xact.analysis.flowgraph.statements.NopStm
public class NopStm
No operation.
Constructor Summary | |
---|---|
NopStm(Origin origin)
Constructs a new NopStm object. |
|
NopStm(Origin origin,
String description)
Constructs a new NopStm object. |
Method Summary | |
---|---|
String |
getOpName()
Returns the name of the operation. |
String |
toString()
Returns a textual description of the statement. |
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 NopStm(Origin origin)
NopStm
object.
public NopStm(Origin origin, String description)
NopStm
object.
Method Detail |
---|
public String getOpName()
Statement
getOpName
in class Statement
public String toString()
Statement
toString
in class Statement
public void visitBy(StatementVisitor v)
Statement
visitBy
in class Statement
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |