public interface

ICExpression

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

Class Overview

High-level interface implemented by C AST elements representing expressions.

Summary

Public Methods
abstract ICExpression duplicate()
Deep duplication of the element.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement

Public Methods

public abstract ICExpression duplicate ()

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

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