Uses of Class
gnu.lists.ExtSequence
-
Packages that use ExtSequence Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).kawa.lang -
-
Uses of ExtSequence in gnu.lists
Subclasses of ExtSequence in gnu.lists Modifier and Type Class Description class
EmptyList
This singleton class represents an empty list.class
ImmutablePair
class
LList
Semi-abstract class for traditions Lisp-style lists.class
Pair
A "pair" object, as used in Lisp-like languages.class
PairWithPosition
APair
with the file name and position it was read from.class
RAPair
-
Uses of ExtSequence in gnu.mapping
Subclasses of ExtSequence in gnu.mapping Modifier and Type Class Description class
ArgListPair
-
Uses of ExtSequence in kawa.lang
Subclasses of ExtSequence in kawa.lang Modifier and Type Class Description static class
SyntaxForms.PairSyntaxForm
static class
SyntaxForms.PairWithPositionSyntaxForm
static class
Translator.FormStack
A list of "forms" to be further processed.
-