Uses of Class
com.google.javascript.rhino.QualifiedName
Packages that use QualifiedName
Package
Description
-
Uses of QualifiedName in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type QualifiedNameModifier and TypeMethodDescriptionstatic boolean
NodeUtil.isCallTo
(Node n, QualifiedName qualifiedName) -
Uses of QualifiedName in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return QualifiedNameModifier and TypeMethodDescriptionabstract @Nullable QualifiedName
QualifiedName.getOwner()
Returns the qualified name of the owner, or null for simple names.Returns a new qualified name object withthis
name as the owner and the given string as the property name.final @Nullable QualifiedName
Node.getQualifiedNameObject()
static QualifiedName
-
Uses of QualifiedName in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype with parameters of type QualifiedNameModifier and TypeMethodDescriptiondefault @Nullable JSType
StaticTypedScope.lookupQualifiedName
(QualifiedName qname) Looks up a given qualified name in the scope.