|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.codegen.cse.AbstractPlace
org.eclipse.ocl.examples.codegen.cse.LocalPlace
org.eclipse.ocl.examples.codegen.cse.ControlPlace
org.eclipse.ocl.examples.codegen.cse.IfPlaces.ElsePlace
public static class IfPlaces.ElsePlace
An ElsePlace describes the else forest of CG trees for an IF expression.
| Field Summary | |
|---|---|
protected IfPlaces.ThenPlace |
thenPlace
|
| Fields inherited from class org.eclipse.ocl.examples.codegen.cse.ControlPlace |
|---|
hashedAnalyses, parentPlace, placedElement |
| Fields inherited from class org.eclipse.ocl.examples.codegen.cse.LocalPlace |
|---|
globalPlace |
| Method Summary | |
|---|---|
void |
pushUp()
Push shareable analyses up the place tree. |
| Methods inherited from class org.eclipse.ocl.examples.codegen.cse.ControlPlace |
|---|
addAnalysis, createControlPlace, getControlPlace, getDepth, getHashedAnalyses, getParentPlace, getSimpleAnalysis, getStackPlace, printHierarchy, prune, pullUp, rewrite, toString |
| Methods inherited from class org.eclipse.ocl.examples.codegen.cse.LocalPlace |
|---|
addControlPlace, createLocalPlace, getGlobalPlace, getGlobalPlace, getLocalPlace, getLocalPlace |
| Methods inherited from class org.eclipse.ocl.examples.codegen.cse.AbstractPlace |
|---|
getControlPlace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@NonNull protected final IfPlaces.ThenPlace thenPlace
| Method Detail |
|---|
public void pushUp()
LocalPlace
pushUp in class LocalPlace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||