public final class FunctionNamespace extends Namespace
Modifier and Type | Field and Description |
---|---|
private DeclaredTypeRegistry |
scope |
name, namespaceType, otherProps
Constructor and Description |
---|
FunctionNamespace(java.lang.String name,
DeclaredTypeRegistry scope) |
Modifier and Type | Method and Description |
---|---|
protected JSType |
computeJSType(JSTypes commonTypes) |
(package private) DeclaredTypeRegistry |
getScope() |
addNamespace, addProperty, addTypedef, addUndeclaredProperty, copyWindowProperties, getAllPropsOfNamespace, getDeclaration, getName, getNsProp, getPropDeclaredType, getSubnamespace, hasProp, hasSubnamespace, isDefined, toJSType, toString
private DeclaredTypeRegistry scope
public FunctionNamespace(java.lang.String name, DeclaredTypeRegistry scope)
protected JSType computeJSType(JSTypes commonTypes)
computeJSType
in class Namespace
DeclaredTypeRegistry getScope()