public final class ReferenceCollection extends java.lang.Object implements java.lang.Iterable<Reference>, java.io.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.
|
java.util.Iterator<Reference> |
iterator() |
java.lang.String |
toString() |
public java.util.Iterator<Reference> iterator()
iterator
in interface java.lang.Iterable<Reference>
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.
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2018 Google. All Rights Reserved.