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 TypeClassDescriptionclass
AbstractVar<S extends AbstractScope<S,
V>, V extends AbstractVar<S, V>> Used byScope
to store information about variables.final class
Represents a single declaration or reference to a variable.static final class
Referenceclass
AbstractVar
subclass for use withTypedScope
.class
Used byScope
to 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 TypeInterfaceDescriptioninterface
StaticSymbolTable<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 TypeInterfaceDescriptioninterface
TheStaticTypedRef
tells us all the ways that aStaticTypedSlot
is used in a program.Classes in com.google.javascript.rhino.jstype that implement StaticRefModifier and TypeClassDescriptionfinal class
A property slot of an object.class
SimpleReference<T extends StaticTypedSlot>
A simple immutable reference.