Uses of Class
com.google.javascript.rhino.QualifiedName
-
Packages that use QualifiedName Package Description com.google.javascript.jscomp com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of QualifiedName in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type QualifiedName Modifier and Type Method Description static booleanNodeUtil. isCallTo(Node n, QualifiedName qualifiedName) -
Uses of QualifiedName in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return QualifiedName Modifier and Type Method Description abstract @Nullable QualifiedNameQualifiedName. getOwner()Returns the qualified name of the owner, or null for simple names.QualifiedNameQualifiedName. getprop(java.lang.String propertyName)Returns a new qualified name object withthisname as the owner and the given string as the property name.@Nullable QualifiedNameNode. getQualifiedNameObject()static QualifiedNameQualifiedName. of(java.lang.String string) -
Uses of QualifiedName in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype with parameters of type QualifiedName Modifier and Type Method Description default @Nullable JSTypeStaticTypedScope. lookupQualifiedName(QualifiedName qname)Looks up a given qualified name in the scope.
-