public interface

ICTuple

implements ICLeftExpression
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICTuple

Class Overview

Limited representation of a left-expr tuple.

Summary

Public Methods
abstract List<ICExpression> getElements()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression

Public Methods

public abstract List<ICExpression> getElements ()