public class SeffLoop extends Object implements MeasurableSeffElement
| Constructor and Description | 
|---|
| SeffLoop(CodeSection loopBody)Creates a SeffBranch using a given code section for the loop's body. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object object) | 
| CodeSection | getLoopBody()Gives a valid code sections representing the body of this SeffBranch's loop. | 
| int | hashCode() | 
| String | toString() | 
public SeffLoop(CodeSection loopBody)
loopBody - A valid code sections representing the body of this SeffBranch's
            loop. Must not be null.public CodeSection getLoopBody()
null.