Package com.google.javascript.jscomp
Class IdGenerator
java.lang.Object
com.google.javascript.jscomp.IdGenerator
- All Implemented Interfaces:
Serializable
Id generator used in CrossModuleMotion.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdGenerator
public IdGenerator()
-
-
Method Details
-
newId
public int newId()Creates a new id for stubbing a method.
-