Package com.google.javascript.jscomp
Class ReferenceCollection
java.lang.Object
com.google.javascript.jscomp.ReferenceCollection
- All Implemented Interfaces:
Serializable
,Iterable<Reference>
A collection of references. Can be subclassed to apply checks or store additional state when
adding.
- See Also: