public interface

IEnumerationType

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

Class Overview

This type represents native enumerations.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract List<? extends IEnumerationElement> getConstants()
Retrieve the list of enumerated constants.
[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 List<? extends IEnumerationElement> getConstants ()

Retrieve the list of enumerated constants.