public interface

IAliasType

implements INativeType
com.pnfsoftware.jeb.core.units.code.asm.type.IAliasType

Class Overview

Alias type representing typedefs.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract INativeType getAliasedType()
Retrieve the alias type (which may be another alias).
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
From interface com.pnfsoftware.jeb.core.units.code.ICodeType
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItemListenable
From interface com.pnfsoftware.jeb.core.units.code.asm.type.INativeType

Public Methods

public abstract INativeType getAliasedType ()

Retrieve the alias type (which may be another alias).