Uses of Interface
com.google.javascript.rhino.StaticRef
-
Packages that use StaticRef Package Description com.google.javascript.jscomp com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of StaticRef in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticRef Modifier and Type Class Description class
AbstractVar<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>
Used byScope
to store information about variables.class
Reference
Represents a single declaration or reference to a variable.static class
SymbolTable.Reference
Referenceclass
TypedVar
AbstractVar
subclass for use withTypedScope
.class
Var
Used byScope
to store information about variables. -
Uses of StaticRef in com.google.javascript.rhino
Classes in com.google.javascript.rhino with type parameters of type StaticRef 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 StaticRef Modifier and Type Method Description StaticRef
StaticSlot. getDeclaration()
Gets the declaration of this symbol. -
Uses of StaticRef in com.google.javascript.rhino.jstype
Subinterfaces of StaticRef in com.google.javascript.rhino.jstype Modifier and Type Interface Description interface
StaticTypedRef
TheStaticTypedRef
tells us all the ways that aStaticTypedSlot
is used in a program.Classes in com.google.javascript.rhino.jstype that implement StaticRef Modifier and Type Class Description class
Property
A property slot of an object.class
SimpleReference<T extends StaticTypedSlot>
A simple immutable reference.
-