saffron.util
Interface Walkable

All Known Implementing Classes:
Operand, Walker.Region

public interface Walkable

Objects which can be tree-walked by Walker (@see Walker).


Method Summary
 Object[] getChildren()
          returns an array of the object's children.
 

Method Detail

getChildren

public Object[] getChildren()
returns an array of the object's children. Those which are not Walkable are ignored.


SourceForge.net_Logo