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, topXobject
public bottomupXobjectIterator(Xobject x)
public void init()
init
in class XobjectIterator
public void init(Xobject x)
init
in class XobjectIterator
public void next()
next
in class XobjectIterator
public void setPrevXobject(Xobject x)
public Xobject getPrevXobject()
public boolean end()
end
in class XobjectIterator
public Xobject getParent()
getParent
in class XobjectIterator