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 boolean
NodeUtil. 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 QualifiedName
QualifiedName. getOwner()
Returns the qualified name of the owner, or null for simple names.QualifiedName
QualifiedName. getprop(java.lang.String propertyName)
Returns a new qualified name object withthis
name as the owner and the given string as the property name.@Nullable QualifiedName
Node. getQualifiedNameObject()
static QualifiedName
QualifiedName. 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 JSType
StaticTypedScope. lookupQualifiedName(QualifiedName qname)
Looks up a given qualified name in the scope.
-