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 TypeClassDescriptionclassclassImplement a Common Lisp "package" value.Fields in gnu.kawa.lispexpr declared as NamespaceModifier and TypeFieldDescriptionstatic final NamespaceLispLanguage.constructNamespacestatic final NamespaceLispLanguage.entityNamespaceLispPackage.exportedThe set of exported symbols.static final NamespaceLispLanguage.unitNamespaceThe 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.voidLispPackage.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 NamespaceNamespace.EmptyNamespaceThe Namespace with the empty name.Methods in gnu.mapping that return NamespaceModifier and TypeMethodDescriptionstatic NamespaceNamespace.create()static NamespaceNamespace.create(int capacity) Environment.defaultNamespace()static NamespaceNamespace.getDefault()final NamespaceSymbol.getNamespace()static NamespaceNamespace.makeUnknownNamespace(String prefix) Create a "placeholder" for a namespace with a known prefix but unknown uri.static NamespaceNamespace.valueOf()static NamespaceReturn Namespace with the given name (namespace-URI).static NamespaceNamespace.valueOf(String uri, SimpleSymbol prefix) static Namespacestatic NamespaceNamespace.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 SymbolSymbol.makeUninterned(String name, Namespace namespace) final voidSymbol.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.defaultFunctionNamespacePathXQParser.functionNamespacePathXQResolveNames.functionNamespacePathstatic final NamespaceXQuery.kawaFunctionNamespacestatic final NamespaceXQuery.qexoFunctionNamespacestatic final NamespaceXQuery.xqueryFunctionNamespace -
Uses of Namespace in kawa.lang
Modifier and TypeMethodDescriptionstatic SymbolQuote.makeSymbol(Namespace ns, Object local) Translator.namespaceResolve(Namespace ns, Expression member)