Uses of Interface
com.google.javascript.rhino.StaticSlot
-
Packages that use StaticSlot Package Description com.google.javascript.jscomp com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of StaticSlot in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticSlot Modifier and Type Class Description class
AbstractVar<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>
Used byScope
to store information about variables.static class
SymbolTable.Symbol
A symbol-table entryclass
TypedVar
AbstractVar
subclass for use withTypedScope
.class
Var
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 StaticSlot Modifier and Type Interface Description interface
StaticSymbolTable<S extends StaticSlot,R extends StaticRef>
Lookup references by the symbols that they refer to.Methods in com.google.javascript.rhino that return StaticSlot Modifier and Type Method Description StaticSlot
StaticScope. getOwnSlot(java.lang.String name)
LikegetSlot
but does not recurse into parent scopes.StaticSlot
StaticScope. getSlot(java.lang.String name)
Returns any defined slot within this scope for this name.StaticSlot
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.jstype Modifier and Type Interface Description interface
StaticTypedSlot
TheStaticTypedSlot
interface must be implemented by variables that can appear as members of aStaticTypedScope
.Classes in com.google.javascript.rhino.jstype that implement StaticSlot Modifier and Type Class Description class
Property
A property slot of an object.class
SimpleSlot
The minimum implementation ofStaticTypedSlot
.
-