| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.type.CallingConvention.RetLocationGenerator |
Storage-location generator for routine return values (outputs).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<StorageEntry> |
getCurrentEntries()
Retrieve all the currently generated entries.
| ||||||||||
| StorageEntry |
next(TypeLayoutInfo ti)
Generate the next entry for the provided type layout.
| ||||||||||
| void |
reset()
Reset this generator for re-use.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.type.IStorageEntryGenerator
| |||||||||||
Generate the next entry for the provided type layout.
| ti | a type layout object |
|---|
Reset this generator for re-use.