Class List

  • All Implemented Interfaces:
    com.sun.tools.rngom.ast.om.ParsedPattern, Text, Iterable<Leaf>

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

    • Method Detail

      • getDatatype

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