Uses of Interface
com.google.javascript.rhino.jstype.StaticTypedSlot
-
Packages that use StaticTypedSlot Package Description com.google.javascript.jscomp com.google.javascript.rhino.jstype -
-
Uses of StaticTypedSlot in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticTypedSlot Modifier and Type Class Description static classSymbolTable.SymbolA symbol-table entryclassTypedVarAbstractVarsubclass for use withTypedScope. -
Uses of StaticTypedSlot in com.google.javascript.rhino.jstype
Classes in com.google.javascript.rhino.jstype with type parameters of type StaticTypedSlot Modifier and Type Class Description classSimpleReference<T extends StaticTypedSlot>A simple immutable reference.Classes in com.google.javascript.rhino.jstype that implement StaticTypedSlot Modifier and Type Class Description classPropertyA property slot of an object.classSimpleSlotThe minimum implementation ofStaticTypedSlot.Methods in com.google.javascript.rhino.jstype that return StaticTypedSlot Modifier and Type Method Description StaticTypedSlotStaticTypedScope. getOwnSlot(java.lang.String name)LikegetSlotbut does not recurse into parent scopes.StaticTypedSlotStaticTypedScope. getSlot(java.lang.String name)Returns any defined slot within this scope for this name.StaticTypedSlotStaticTypedRef. getSymbol()The variable that this reference points to.
-