|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectDCRuntime.BranchInfo
public static class DCRuntime.BranchInfo
Information about a value encountered at a branch.
| Field Summary | |
|---|---|
String |
compared_to
What the value was compared to in the branch |
ValueSource |
value_source
the sources of the value |
| Constructor Summary | |
|---|---|
DCRuntime.BranchInfo(ValueSource value_source,
String compared_to)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ValueSource value_source
public String compared_to
| Constructor Detail |
|---|
public DCRuntime.BranchInfo(ValueSource value_source,
String compared_to)
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||