|
|||||||
| 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
dk.brics.xact.analysis.flowgraph.statements.EmptyStm
public class EmptyStm
Assignment of empty value, such as null or an empty array.
| Constructor Summary | |
|---|---|
EmptyStm(Variable dest,
boolean array,
Origin origin)
Constructs a new EmptyStm object. |
|
| Method Summary | |
|---|---|
String |
getOpName()
Returns the name of the operation. |
boolean |
isArray()
Returns true if this is a new (empty) array being created. |
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.statements.Assignment |
|---|
getDest, setDest |
| 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 EmptyStm(Variable dest,
boolean array,
Origin origin)
EmptyStm object.
| Method Detail |
|---|
public String getOpName()
Statement
getOpName in class Statementpublic boolean isArray()
public String toString()
Statement
toString in class Assignmentpublic 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 | ||||||