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 classAbstractVar<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>Used byScopeto store information about variables.classReferenceRepresents a single declaration or reference to a variable.static classSymbolTable.ReferenceReferenceclassTypedVarAbstractVarsubclass for use withTypedScope.classVarUsed byScopeto 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 interfaceStaticSymbolTable<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 StaticRefStaticSlot. 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 interfaceStaticTypedRefTheStaticTypedReftells us all the ways that aStaticTypedSlotis used in a program.Classes in com.google.javascript.rhino.jstype that implement StaticRef Modifier and Type Class Description classPropertyA property slot of an object.classSimpleReference<T extends StaticTypedSlot>A simple immutable reference.
-