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 classEmptyListThis singleton class represents an empty list.classImmutablePairclassLListSemi-abstract class for traditions Lisp-style lists.classPairA "pair" object, as used in Lisp-like languages.classPairWithPositionAPairwith the file name and position it was read from.classRAPair -
Uses of ExtSequence in gnu.mapping
Subclasses of ExtSequence in gnu.mapping Modifier and Type Class Description classArgListPair -
Uses of ExtSequence in kawa.lang
Subclasses of ExtSequence in kawa.lang Modifier and Type Class Description static classSyntaxForms.PairSyntaxFormstatic classSyntaxForms.PairWithPositionSyntaxFormstatic classTranslator.FormStackA list of "forms" to be further processed.
-