| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.analyzer.AutoLabelPolicy | |
Label retrieval policy used ILabelManager, specifically
getLabel().
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AutoLabelPolicy | ITEM | If no label exists, provide a label if an item exists at the requested address. | |||||||||
| AutoLabelPolicy | OFF | Provide a label only if there is one. | |||||||||
| AutoLabelPolicy | ON | If no label exists, provide an auto-generated label (always). | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AutoLabelPolicy | valueOf(String name) | ||||||||||
| final static AutoLabelPolicy[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
If no label exists, provide a label if an item exists at the requested address.
If no label exists, provide an auto-generated label (always).