Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Class and Description |
---|---|
class |
EnumType |
class |
FunctionNamespace |
class |
NamespaceLit |
class |
RawNominalType
Represents a class or interface as defined in the code.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
Declaration.getNamespace() |
Namespace |
Namespace.getSubnamespace(QualifiedName qname) |
Modifier and Type | Method and Description |
---|---|
void |
Namespace.addNamespace(QualifiedName qname,
Namespace ns) |
Constructor and Description |
---|
Declaration(JSType simpleType,
Typedef typedef,
Namespace ns,
DeclaredTypeRegistry funScope,
boolean isTypeVar,
boolean isConstant) |
Copyright © 2009–2023 Google. All rights reserved.