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

Simple representation of a C AST left\-expression tuple. May be used by return statements.

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


## Method: getCountOfEntries
- return type: `int`


## Method: getEntries
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression>`


## Method: getEntry
- parameter: `index`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression`


## Method: setEntries
- parameter: `elements`, type: `java.util.List<? extends com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression>`


