Package com.sun.tools.txw2.model
Class Define
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Node
com.sun.tools.txw2.model.WriterNode
com.sun.tools.txw2.model.Define
- All Implemented Interfaces:
Iterable<Leaf>
,ParsedPattern
- Direct Known Subclasses:
Grammar
A named pattern.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
FieldsFields inherited from class com.sun.tools.txw2.model.WriterNode
alternativeName
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
scope
-
name
-
-
Constructor Details
-
Define
-
-
Method Details