public final class ReferenceCollection extends Object implements Iterable<Reference>, Serializable
Constructor and Description |
---|
ReferenceCollection() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isWellDefined()
Determines if the variable for this reference collection is "well-defined." A variable is
well-defined if we can prove at compile-time that it's assigned a value before it's used.
|
Iterator<Reference> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected boolean isWellDefined()
Notice that if this function returns false, this doesn't imply that the variable is used before it's assigned. It just means that we don't have enough information to make a definitive judgment.
Copyright © 2009-2017 Google. All Rights Reserved.