|
||||||||||
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.ThrowPlace
public class ThrowPlace
A ThrowPlace describes either the body forest of CG trees for a throw 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 |
createThrowPlace(java.util.Map<CGElement,AbstractPlace> element2place,
CGThrowExp cgThrowExp)
|
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, pushUp |
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 createThrowPlace(@NonNull java.util.Map<CGElement,AbstractPlace> element2place, @NonNull CGThrowExp cgThrowExp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |