Uses of Interface
com.google.javascript.rhino.StaticRef
Packages that use StaticRef
Package
Description
-
Uses of StaticRef in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticRefModifier and TypeClassDescriptionclassAbstractVar<S extends AbstractScope<S,V>, V extends AbstractVar<S, V>> Used byScopeto store information about variables.final classRepresents a single declaration or reference to a variable.static final classReferenceclassAbstractVarsubclass for use withTypedScope.classUsed byScopeto store information about variables. -
Uses of StaticRef in com.google.javascript.rhino
Classes in com.google.javascript.rhino with type parameters of type StaticRefModifier and TypeInterfaceDescriptioninterfaceStaticSymbolTable<S extends StaticSlot,R extends StaticRef> Lookup references by the symbols that they refer to.Methods in com.google.javascript.rhino that return StaticRefModifier and TypeMethodDescriptionStaticSlot.getDeclaration()Gets the declaration of this symbol. -
Uses of StaticRef in com.google.javascript.rhino.jstype
Subinterfaces of StaticRef in com.google.javascript.rhino.jstypeModifier and TypeInterfaceDescriptioninterfaceTheStaticTypedReftells us all the ways that aStaticTypedSlotis used in a program.Classes in com.google.javascript.rhino.jstype that implement StaticRefModifier and TypeClassDescriptionfinal classA property slot of an object.classSimpleReference<T extends StaticTypedSlot>A simple immutable reference.