Interface StaticTypedRef
-
- All Superinterfaces:
StaticRef
- All Known Implementing Classes:
Property,SimpleReference,SymbolTable.Reference,TypedVar
public interface StaticTypedRef extends StaticRef
TheStaticTypedReftells us all the ways that aStaticTypedSlotis used in a program.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticTypedSlotgetSymbol()The variable that this reference points to.-
Methods inherited from interface com.google.javascript.rhino.StaticRef
getNode, getSourceFile
-
-
-
-
Method Detail
-
getSymbol
StaticTypedSlot getSymbol()
The variable that this reference points to.
-
-