public interface

ICLeftExpression

implements ICExpression
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICLeftExpression
Known Indirect Subclasses

Class Overview

High-level interface is used to represent C AST expressions that can be assigned to, that is, expressions that can be left members in assignment statements.

Summary

Public Methods
abstract ICLeftExpression duplicate()
Deep duplication of the element.
[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 ICLeftExpression duplicate ()

Deep duplication of the element. Sub-elements are duplicated.

Note: ICClass, ICMethod, ICField, ICIdentifier, ICConstant, ICType and ICLabel are not duplicated.