Uses of Class
com.google.javascript.rhino.QualifiedName
-
Packages that use QualifiedName Package Description com.google.javascript.rhino The core AST from Rhino.com.google.javascript.rhino.jstype Provides abstractions to represent types in JavaScript. -
-
Uses of QualifiedName in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return QualifiedName Modifier and Type Method Description abstract 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.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 JSTypeStaticTypedScope. lookupQualifiedName(QualifiedName qname)Looks up a given qualified name in the scope.
-