public interface

ICLeftExpression

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

Class Overview

Tagging interface for AST elements that be located on the left-side of 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.