Uses of Class
gnu.lists.LList
Packages that use LList
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
Supports
Procedure
,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of LList in gnu.kawa.functions
Methods in gnu.kawa.functions with parameters of type LList -
Uses of LList in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return LListModifier and TypeMethodDescriptionLispPackage.allExternalSymbols()
The list of symbols exported from this package.LispPackage.allInternalSymbols()
The list of symbols interned into this package.LispPackage.allSymbols
(Namespace ns) The list of symbols managed by a given namespace.LispPackage.getShadowingSymbols()
static LList
LispPackage.pkgUsedByList
(LispPackage lp) Used for the CL PACKAGE-USED-BY-LIST functionstatic LList
LispPackage.pkgUsesList
(LispPackage lp) Used for the CL PACKAGE-USE-LIST function.Methods in gnu.kawa.lispexpr with parameters of type LListModifier and TypeMethodDescriptionstatic void
LispPackage.addNickNames
(LispPackage name, LList nicks) static void
LispPackage.exportPkg
(LList syms, LispPackage pkg) Export a list of symbols from a package, checking for conflicts.static void
LispPackage.importPkg
(LList syms, LispPackage pkg) Import a list of symbols into the internal table of a package.static LispPackage
LispPackage.makeLispPackage
(Object name, LList nicks, LList used) static void
LispPackage.usePackages
(LList importees, LispPackage importer) -
Uses of LList in gnu.lists
Modifier and TypeClassDescriptionclass
This singleton class represents an empty list.class
class
A "pair" object, as used in Lisp-like languages.class
APair
with the file name and position it was read from.class
-
Uses of LList in gnu.mapping
Subclasses of LList in gnu.mappingMethods in gnu.mapping that return LListModifier and TypeMethodDescriptionstatic LList
ArgListPair.getArgs
(CallContext ctx) final LList
CallContext.getRestArgsList()
final LList
CallContext.getRestArgsList
(int next) Get remaining arguments as a list.final LList
CallContext.getRestPlainList
(int next) final LList
CallContext.peekRestArgsList()
static LList
ArgListPair.valueOf
(ArgListVector args) static LList
ArgListPair.valueOf
(ArgListVector args, int skip) -
Uses of LList in kawa.lang
Modifier and TypeClassDescriptionstatic class
static class
static class
A list of "forms" to be further processed.Modifier and TypeMethodDescriptionNamedException.getObjectIrritants()
Recursive helper method for rewrite_body.static LList
Record.typeFieldNames
(ClassType ctype) static LList
Record.typeFieldNames
(Class clas) Modifier and TypeMethodDescriptionstatic ClassType
Record.makeRecordType
(String name, LList fnames) void
void
protected void
Translator.rewriteBody
(LList forms) -
Uses of LList in kawa.standard
Methods in kawa.standard that return LListModifier and TypeMethodDescriptionstatic LList
IfFeature.featureList()
Return a (partial) list of features, The result does not include "provide" feature names - though it should.Include.process
(Object rest, Translator tr, ScopeExp defs, boolean ignoreCase)