Interface StaticTypedRef
- All Superinterfaces:
StaticRef
- All Known Implementing Classes:
Property,SimpleReference,SymbolTable.Reference,TypedVar
The
StaticTypedRef tells us all the ways that a StaticTypedSlot is used in a
program.-
Method Summary
Modifier and TypeMethodDescriptionThe variable that this reference points to.Methods inherited from interface com.google.javascript.rhino.StaticRef
getNode, getSourceFile
-
Method Details
-
getSymbol
StaticTypedSlot getSymbol()The variable that this reference points to.
-