public interface

ICDefinition

implements ICDeclaration ICLeftExpression ICStatement
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICDefinition

Class Overview

Definition of an ICIdentifier, with a ICType.

Summary

Public Methods
abstract ICIdentifier getIdentifier()
abstract String getName()
abstract ICType getType()
[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
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICStatement

Public Methods

public abstract ICIdentifier getIdentifier ()

public abstract String getName ()

public abstract ICType getType ()