Package com.sun.tools.txw2.model
Class Value
- java.lang.Object
-
- com.sun.tools.txw2.model.Leaf
-
- com.sun.tools.txw2.model.Value
-
- All Implemented Interfaces:
Text,ParsedPattern
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 thisText.
-
-
-
Constructor Detail
-
Value
public Value(org.xml.sax.Locator location, JType type, java.lang.String name)
-
-