| com.pnfsoftware.jeb.core.units.code.asm.type.IStorageEntryGenerator |
Known Indirect Subclasses
|
A generator of routine I/O entries to determine where a routine's inputs or
outputs go. The generators are provided by calling convention objects.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<StorageEntry> |
getCurrentEntries()
Retrieve all the currently generated entries.
| ||||||||||
| abstract StorageEntry |
next(TypeLayoutInfo ti)
Generate the next entry for the provided type layout.
| ||||||||||
| abstract void |
reset()
Reset this generator for re-use.
| ||||||||||
Retrieve all the currently generated entries.
Generate the next entry for the provided type layout.
| ti | a type layout object |
|---|
Reset this generator for re-use.