Class Data

java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Data
All Implemented Interfaces:
Text, ParsedPattern

public class Data extends Leaf implements Text
Author:
Kohsuke Kawaguchi
  • Field Details

    • type

      public final JType type
      The Java representation of the datatype.
  • 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