Interface SimpleListDescriptor

All Superinterfaces:
ListDescriptor
All Known Implementing Classes:
SimpleListDescriptorImpl, SimpleListValueDescriptor

public interface SimpleListDescriptor extends ListDescriptor
Represents a simple LIPS-style sequence, which is basically a singly-linked list.

Each node in the list is subject to a statement referencing the next node.