Package 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,java.lang.Iterable<Leaf>,ParsedPattern
public class List extends Node implements Text
- 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.-
Methods inherited from class com.sun.tools.txw2.model.Node
addChild, hasOneChild, iterator
-
Methods inherited from class com.sun.tools.txw2.model.Leaf
createDataMethod, getNext, getPrev, merge, siblings
-
-