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 TypeClassDescriptionclassAbstractVar<S extends AbstractScope<S,V>, V extends AbstractVar<S, V>> Used byScopeto store information about variables.static final classA symbol-table entryclassAbstractVarsubclass for use withTypedScope.classUsed byScopeto 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 TypeInterfaceDescriptioninterfaceStaticSymbolTable<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) LikegetSlotbut 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 TypeInterfaceDescriptioninterfaceTheStaticTypedSlotinterface must be implemented by variables that can appear as members of aStaticTypedScope.Classes in com.google.javascript.rhino.jstype that implement StaticSlotModifier and TypeClassDescriptionfinal classA property slot of an object.classThe minimum implementation ofStaticTypedSlot.