- java.lang.Object
-
- com.sun.tools.txw2.model.Leaf
-
- com.sun.tools.txw2.model.Value
-
- All Implemented Interfaces:
ParsedPattern,Text
public class Value extends Leaf implements Text
A constant value.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JTypegetDatatype(NodeSet nset)Obtains the Java class of this .
-
-
-
Method Detail
-
getDatatype
public JType getDatatype(NodeSet nset)
Description copied from interface:TextObtains the Java class of this .- Specified by:
getDatatypein interfaceText
-
-