Class Data

    • Field Summary

      Fields 
      Modifier and Type Field Description
      JType type
      The Java representation of the datatype.
      • Fields inherited from class com.sun.tools.txw2.model.Leaf

        location
    • Constructor Summary

      Constructors 
      Constructor Description
      Data​(org.xml.sax.Locator location, JType type)  
    • Field Detail

      • type

        public final JType type
        The Java representation of the datatype.
    • Constructor Detail

      • Data

        public Data​(org.xml.sax.Locator location,
                    JType type)
    • Method Detail

      • getDatatype

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