|
||||||||||
| 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.CatchPlace
public class CatchPlace
A CatchPlace describes either the body forest of CG trees for a catch expression.
| Field Summary |
|---|
| 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 | |
|---|---|
static LocalPlace |
createCatchPlace(java.util.Map<CGElement,AbstractPlace> element2place,
CGCatchExp cgCatchExp)
|
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 |
| Method Detail |
|---|
@NonNull
public static LocalPlace createCatchPlace(@NonNull
java.util.Map<CGElement,AbstractPlace> element2place,
@NonNull
CGCatchExp cgCatchExp)
public void pushUp()
LocalPlace
pushUp in class LocalPlace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||