Package ghidra.util
Class TestUniversalIdGenerator
- java.lang.Object
- 
- ghidra.util.UniversalIdGenerator
- 
- ghidra.util.TestUniversalIdGenerator
 
 
- 
 public class TestUniversalIdGenerator extends UniversalIdGenerator 
- 
- 
Constructor SummaryConstructors Constructor Description TestUniversalIdGenerator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckpoint()protected UniversalIDgetNextID()voidrestore()- 
Methods inherited from class ghidra.util.UniversalIdGeneratorinitialize, main, nextID
 
- 
 
- 
- 
- 
Method Detail- 
getNextIDprotected UniversalID getNextID() - Overrides:
- getNextIDin class- UniversalIdGenerator
 
 - 
restorepublic void restore() 
 - 
checkpointpublic void checkpoint() 
 
- 
 
-