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,Iterable<Leaf>,ParsedPattern
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.tools.txw2.model.Node
addChild, hasOneChild, iteratorMethods inherited from class com.sun.tools.txw2.model.Leaf
createDataMethod, getNext, getPrev, merge, siblingsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
List
-
-
Method Details
-
getDatatype
Description copied from interface:TextObtains the Java class of thisText.- Specified by:
getDatatypein interfaceText
-