|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xact.analysis.flowgraph.Entity
dk.brics.xact.analysis.flowgraph.Statement
dk.brics.xact.analysis.flowgraph.statements.Assignment
public abstract class Assignment
Superclass of abstract statements that are assignments.
| Constructor Summary | |
|---|---|
Assignment(Variable dest,
Origin origin)
Constructs a new assignment statement. |
|
| Method Summary | |
|---|---|
Variable |
getDest()
Returns the destination variable. |
void |
setDest(Variable dest)
Sets the destination variable. |
String |
toString()
Returns a textual description of the statement. |
| Methods inherited from class dk.brics.xact.analysis.flowgraph.Statement |
|---|
getOpName, visitBy |
| 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 Assignment(Variable dest,
Origin origin)
| Method Detail |
|---|
public Variable getDest()
public void setDest(Variable dest)
public String toString()
Statement
toString in class Statement
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||