Package com.sun.tools.txw2.model
Class Leaf
- java.lang.Object
-
- com.sun.tools.txw2.model.Leaf
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateDataMethod(com.sun.codemodel.JDefinedClass clazz, com.sun.codemodel.JType valueType, NodeSet nset, Set<Prop> props)Creates a prop of the data value method.LeafgetNext()LeafgetPrev()Leafmerge(Leaf that)Combines two sets into one set.Iterable<Leaf>siblings()Returns the collection of all the siblings (including itself)
-
-
-
Field Detail
-
location
public Locator location
Source location where this leaf was defined.
-
-
Constructor Detail
-
Leaf
protected Leaf(Locator location)
-
-