public interface StaticReference<T>
StaticReference
tells us all the ways that a StaticSlot
is used in a program.Modifier and Type | Method and Description |
---|---|
Node |
getNode()
The node where the reference lives.
|
StaticSourceFile |
getSourceFile()
The source file where the reference lives.
|
StaticSlot<T> |
getSymbol()
The variable that this reference points to.
|
StaticSlot<T> getSymbol()
Node getNode()
StaticSourceFile getSourceFile()
Copyright © 2009–2014 Google. All rights reserved.