Uses of Class
com.google.javascript.rhino.QualifiedName
-
Packages that use QualifiedName Package Description com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of QualifiedName in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return QualifiedName Modifier and Type Method Description abstract 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.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 JSType
StaticTypedScope. lookupQualifiedName(QualifiedName qname)
Looks up a given qualified name in the scope.
-