Interface List

  • All Superinterfaces:
    java.lang.Iterable<Node>, Node
    All Known Implementing Classes:
    ListBuilder

    public interface List
    extends Node
    The List class.
    • Method Detail

      • isOrdered

        boolean isOrdered()
      • accept

        default <R> void accept​(NodeVisitor<R> visitor,
                                R data)
        Specified by:
        accept in interface Node