public class bottomupXobjectIterator extends XobjectIterator
| Constructor and Description |
|---|
bottomupXobjectIterator(Xobject x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
end() |
Xobject |
getParent() |
Xobject |
getPrevXobject() |
void |
init() |
void |
init(Xobject x) |
void |
next() |
void |
setPrevXobject(Xobject x) |
getXobject, setXobject, topXobjectpublic bottomupXobjectIterator(Xobject x)
public void init()
init in class XobjectIteratorpublic void init(Xobject x)
init in class XobjectIteratorpublic void next()
next in class XobjectIteratorpublic void setPrevXobject(Xobject x)
public Xobject getPrevXobject()
public boolean end()
end in class XobjectIteratorpublic Xobject getParent()
getParent in class XobjectIterator