Uses of Interface
com.google.javascript.rhino.jstype.StaticTypedSlot
Packages that use StaticTypedSlot
-
Uses of StaticTypedSlot in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticTypedSlotModifier and TypeClassDescriptionstatic final classA symbol-table entryclassAbstractVarsubclass for use withTypedScope. -
Uses of StaticTypedSlot in com.google.javascript.rhino.jstype
Classes in com.google.javascript.rhino.jstype with type parameters of type StaticTypedSlotModifier and TypeClassDescriptionclassSimpleReference<T extends StaticTypedSlot>A simple immutable reference.Classes in com.google.javascript.rhino.jstype that implement StaticTypedSlotModifier and TypeClassDescriptionfinal classA property slot of an object.classThe minimum implementation ofStaticTypedSlot.Methods in com.google.javascript.rhino.jstype that return StaticTypedSlotModifier and TypeMethodDescriptionStaticTypedScope.getOwnSlot(String name) LikegetSlotbut does not recurse into parent scopes.Returns any defined slot within this scope for this name.StaticTypedRef.getSymbol()The variable that this reference points to.