public static class LoopTransformations.PreMainPostResult extends Object
| Constructor and Description |
|---|
PreMainPostResult(LoopBeginNode preLoop,
LoopBeginNode mainLoop,
LoopBeginNode postLoop,
LoopFragment preLoopFragment,
LoopFragment mainLoopFragment,
LoopFragment postLoopFragment) |
| Modifier and Type | Method and Description |
|---|---|
LoopBeginNode |
getMainLoop() |
LoopFragment |
getMainLoopFragment() |
LoopBeginNode |
getPostLoop() |
LoopFragment |
getPostLoopFragment() |
LoopBeginNode |
getPreLoop() |
LoopFragment |
getPreLoopFragment() |
public PreMainPostResult(LoopBeginNode preLoop, LoopBeginNode mainLoop, LoopBeginNode postLoop, LoopFragment preLoopFragment, LoopFragment mainLoopFragment, LoopFragment postLoopFragment)
public LoopFragment getPreLoopFragment()
public LoopFragment getMainLoopFragment()
public LoopFragment getPostLoopFragment()
public LoopBeginNode getMainLoop()
public LoopBeginNode getPostLoop()
public LoopBeginNode getPreLoop()