Package | Description |
---|---|
com.google.javascript.rhino |
The core AST from Rhino.
|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and 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 with
this name as the owner and the given string as
the property name. |
QualifiedName |
Node.getQualifiedNameObject() |
static QualifiedName |
QualifiedName.of(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
default JSType |
StaticTypedScope.lookupQualifiedName(QualifiedName qname)
Looks up a given qualified name in the scope.
|
Copyright © 2009-2020 Google. All Rights Reserved.