com.sun.tools.txw2.model
Class List
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Node
com.sun.tools.txw2.model.List
- All Implemented Interfaces:
- Text, Iterable<Leaf>, org.kohsuke.rngom.ast.om.ParsedPattern
public class List
- extends Node
- implements Text
List of Data
or Value
.
- Author:
- Kohsuke Kawaguchi
Fields inherited from class com.sun.tools.txw2.model.Node |
leaf |
Fields inherited from class com.sun.tools.txw2.model.Leaf |
location |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
List
public List(Locator location,
Leaf leaf)
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
Copyright © 2013 Oracle. All Rights Reserved.