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 LListLispPackage.pkgUsedByList(LispPackage lp) Used for the CL PACKAGE-USED-BY-LIST functionstatic LListLispPackage.pkgUsesList(LispPackage lp) Used for the CL PACKAGE-USE-LIST function.Methods in gnu.kawa.lispexpr with parameters of type LListModifier and TypeMethodDescriptionstatic voidLispPackage.addNickNames(LispPackage name, LList nicks) static voidLispPackage.exportPkg(LList syms, LispPackage pkg) Export a list of symbols from a package, checking for conflicts.static voidLispPackage.importPkg(LList syms, LispPackage pkg) Import a list of symbols into the internal table of a package.static LispPackageLispPackage.makeLispPackage(Object name, LList nicks, LList used) static voidLispPackage.usePackages(LList importees, LispPackage importer) -
Uses of LList in gnu.lists
Modifier and TypeClassDescriptionclassThis singleton class represents an empty list.classclassA "pair" object, as used in Lisp-like languages.classAPairwith 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 LListArgListPair.getArgs(CallContext ctx) final LListCallContext.getRestArgsList()final LListCallContext.getRestArgsList(int next) Get remaining arguments as a list.final LListCallContext.getRestPlainList(int next) final LListCallContext.peekRestArgsList()static LListArgListPair.valueOf(ArgListVector args) static LListArgListPair.valueOf(ArgListVector args, int skip) -
Uses of LList in kawa.lang
Modifier and TypeClassDescriptionstatic classstatic classstatic classA list of "forms" to be further processed.Modifier and TypeMethodDescriptionNamedException.getObjectIrritants()Recursive helper method for rewrite_body.static LListRecord.typeFieldNames(ClassType ctype) static LListRecord.typeFieldNames(Class clas) Modifier and TypeMethodDescriptionstatic ClassTypeRecord.makeRecordType(String name, LList fnames) voidvoidprotected voidTranslator.rewriteBody(LList forms) -
Uses of LList in kawa.standard
Methods in kawa.standard that return LListModifier and TypeMethodDescriptionstatic LListIfFeature.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)