Modifier and Type | Field and Description |
---|---|
Locator |
location
Source location where this leaf was defined.
|
Modifier | Constructor and Description |
---|---|
protected |
Leaf(Locator location) |
Modifier and Type | Method and Description |
---|---|
protected void |
createDataMethod(com.sun.codemodel.JDefinedClass clazz,
com.sun.codemodel.JType valueType,
NodeSet nset,
Set<Prop> props)
Creates a prop of the data value method.
|
Leaf |
getNext() |
Leaf |
getPrev() |
Leaf |
merge(Leaf that)
Combines two sets into one set.
|
Iterable<Leaf> |
siblings()
Returns the collection of all the siblings
(including itself)
|
public Locator location
protected Leaf(Locator location)
Copyright © 2018 Oracle. All rights reserved.