Uses of Class
gnu.mapping.Namespace
Packages that use Namespace
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.
Supports
Procedure
,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of Namespace in gnu.expr
-
Uses of Namespace in gnu.kawa.lispexpr
Subclasses of Namespace in gnu.kawa.lispexprModifier and TypeClassDescriptionclass
class
Implement a Common Lisp "package" value.Fields in gnu.kawa.lispexpr declared as NamespaceModifier and TypeFieldDescriptionstatic final Namespace
LispLanguage.constructNamespace
static final Namespace
LispLanguage.entityNamespace
LispPackage.exported
The set of exported symbols.static final Namespace
LispLanguage.unitNamespace
The unit namespace contains the bindings for symbols such as `cm', `s', etc.Methods in gnu.kawa.lispexpr that return NamespaceMethods in gnu.kawa.lispexpr with parameters of type NamespaceModifier and TypeMethodDescriptionLispPackage.allSymbols
(Namespace ns) The list of symbols managed by a given namespace.void
LispPackage.setExportedNamespace
(Namespace exp) -
Uses of Namespace in gnu.kawa.xml
Subclasses of Namespace in gnu.kawa.xml -
Uses of Namespace in gnu.mapping
Fields in gnu.mapping declared as NamespaceModifier and TypeFieldDescriptionstatic final Namespace
Namespace.EmptyNamespace
The Namespace with the empty name.Methods in gnu.mapping that return NamespaceModifier and TypeMethodDescriptionstatic Namespace
Namespace.create()
static Namespace
Namespace.create
(int capacity) Environment.defaultNamespace()
static Namespace
Namespace.getDefault()
final Namespace
Symbol.getNamespace()
static Namespace
Namespace.makeUnknownNamespace
(String prefix) Create a "placeholder" for a namespace with a known prefix but unknown uri.static Namespace
Namespace.valueOf()
static Namespace
Return Namespace with the given name (namespace-URI).static Namespace
Namespace.valueOf
(String uri, SimpleSymbol prefix) static Namespace
static Namespace
Namespace.valueOfNoCreate
(String name) Return Namespace with the given name (namespace-URI), if it exists.Methods in gnu.mapping with parameters of type NamespaceModifier and TypeMethodDescriptionstatic Symbol
Symbol.makeUninterned
(String name, Namespace namespace) final void
Symbol.setNamespace
(Namespace ns) Constructors in gnu.mapping with parameters of type Namespace -
Uses of Namespace in gnu.xquery.lang
Fields in gnu.xquery.lang declared as NamespaceModifier and TypeFieldDescriptionstatic final Namespace[]
XQuery.defaultFunctionNamespacePath
XQParser.functionNamespacePath
XQResolveNames.functionNamespacePath
static final Namespace
XQuery.kawaFunctionNamespace
static final Namespace
XQuery.qexoFunctionNamespace
static final Namespace
XQuery.xqueryFunctionNamespace
-
Uses of Namespace in kawa.lang
Modifier and TypeMethodDescriptionstatic Symbol
Quote.makeSymbol
(Namespace ns, Object local) Translator.namespaceResolve
(Namespace ns, Expression member)