Uses of Class
com.google.javascript.rhino.QualifiedName
Packages that use QualifiedName
Package
Description
-
Uses of QualifiedName in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as QualifiedNameModifier and TypeFieldDescriptionstatic final QualifiedNameRewriteCallerCodeLocation.GOOG_CALLER_LOCATION_QUALIFIED_NAMEMethods in com.google.javascript.jscomp with parameters of type QualifiedNameModifier and TypeMethodDescriptionstatic booleanNodeUtil.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 QualifiedNameQualifiedName.getOwner()Returns the qualified name of the owner, or null for simple names.Returns a new qualified name object withthisname as the owner and the given string as the property name.final @Nullable QualifiedNameNode.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 JSTypeStaticTypedScope.lookupQualifiedName(QualifiedName qname) Looks up a given qualified name in the scope.