# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICGenericLoop

Super interface for C AST loops \(for, do\-while, while\).

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICGenericLoop`


## Method: getBody
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICBlock`


## Method: getPredicate
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICPredicate`


## Method: setBody
- parameter: `body`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICBlock`


## Method: setPredicate
- parameter: `predicate`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICPredicate`


