public class IDHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Integer> |
autoGenIds
Counter by type
|
protected static org.apache.logging.log4j.Logger |
log
Logger
|
protected boolean |
optimize
Flag to use optimized id
|
protected int |
optimizedAutogenId
Optimized Counter
|
protected Map<Object,String> |
uniqueIds
Maps of uniqued id for objects used in compiler
|
| Constructor and Description |
|---|
IDHelper(boolean optimize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getUniqueId(Object object) |
String |
nextId(String name) |
protected static final org.apache.logging.log4j.Logger log
protected final Map<Object,String> uniqueIds
protected int optimizedAutogenId
protected final boolean optimize
Copyright © 2008–2019 Ultreia.io. All rights reserved.