static class CrossModuleMethodMotion.IdGenerator
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
currentId
Ids for cross-module method stubbing, so that each method has
a unique id.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
IdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
hasGeneratedAnyIds()
Returns whether we've generated any new ids.
|
(package private) int |
newId()
Creates a new id for stubbing a method.
|
private static final long serialVersionUID
private int currentId