Uses of Interface
com.google.javascript.rhino.jstype.StaticTypedRef
-
Packages that use StaticTypedRef Package Description com.google.javascript.jscomp com.google.javascript.rhino.jstype -
-
Uses of StaticTypedRef in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticTypedRef Modifier and Type Class Description static classSymbolTable.ReferenceReferenceclassTypedVarAbstractVarsubclass for use withTypedScope. -
Uses of StaticTypedRef in com.google.javascript.rhino.jstype
Classes in com.google.javascript.rhino.jstype that implement StaticTypedRef Modifier and Type Class Description classPropertyA property slot of an object.classSimpleReference<T extends StaticTypedSlot>A simple immutable reference.Methods in com.google.javascript.rhino.jstype that return StaticTypedRef Modifier and Type Method Description StaticTypedRefSimpleSlot. getDeclaration()StaticTypedRefStaticTypedSlot. getDeclaration()Gets the declaration of this symbol.
-