Class List

All Implemented Interfaces:
Text, Iterable<Leaf>, ParsedPattern

public class List extends Node implements Text
List of Data or Value.
Author:
Kohsuke Kawaguchi
  • Constructor Details

  • Method Details

    • getDatatype

      public JType getDatatype(NodeSet nset)
      Description copied from interface: Text
      Obtains the Java class of this Text.
      Specified by:
      getDatatype in interface Text