Uses of Interface
com.google.javascript.rhino.StaticSlot
Packages that use StaticSlot
Package
Description
-
Uses of StaticSlot in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticSlotModifier and TypeClassDescriptionclass
AbstractVar<S extends AbstractScope<S,
V>, V extends AbstractVar<S, V>> Used byScope
to store information about variables.static final class
A symbol-table entryclass
AbstractVar
subclass for use withTypedScope
.class
Used byScope
to store information about variables. -
Uses of StaticSlot in com.google.javascript.rhino
Classes in com.google.javascript.rhino with type parameters of type StaticSlotModifier 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 StaticSlotModifier and TypeMethodDescriptionStaticScope.getOwnSlot
(String name) LikegetSlot
but does not recurse into parent scopes.Returns any defined slot within this scope for this name.StaticRef.getSymbol()
The variable that this reference points to. -
Uses of StaticSlot in com.google.javascript.rhino.jstype
Subinterfaces of StaticSlot in com.google.javascript.rhino.jstypeModifier and TypeInterfaceDescriptioninterface
TheStaticTypedSlot
interface must be implemented by variables that can appear as members of aStaticTypedScope
.Classes in com.google.javascript.rhino.jstype that implement StaticSlotModifier and TypeClassDescriptionfinal class
A property slot of an object.class
The minimum implementation ofStaticTypedSlot
.