|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.dataflow.BranchData<D>
public final class BranchData<D>
Output data from a transfer function on a branch stmt in dataflow analysis.
Constructor Summary | |
---|---|
BranchData(D data)
Constructs a branch data where the then and else data are the same. |
|
BranchData(D thenData,
D elseData)
Constructs a new branch data with the specified then and else data. |
Method Summary | |
---|---|
D |
elseData()
Returns the else data. |
D |
thenData()
Returns the then data. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BranchData(D thenData, D elseData)
public BranchData(D data)
Method Detail |
---|
public D thenData()
public D elseData()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |