public interface

ICSourceElement

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

Class Overview

Top-level C AST element found in a source code.

Summary

Public Methods
abstract ICSourceElement 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 ICSourceElement duplicate ()

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

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