Package com.google.javascript.jscomp
Class SymbolTable.Reference
- java.lang.Object
-
- com.google.javascript.rhino.jstype.SimpleReference<SymbolTable.Symbol>
-
- com.google.javascript.jscomp.SymbolTable.Reference
-
- All Implemented Interfaces:
StaticTypedRef
,StaticRef
- Enclosing class:
- SymbolTable
public static final class SymbolTable.Reference extends SimpleReference<SymbolTable.Symbol>
Reference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsImport()
-
Methods inherited from class com.google.javascript.rhino.jstype.SimpleReference
getNode, getSourceFile, getSymbol, toString
-
-