net.sf.saffron.util
Interface Walkable

All Known Implementing Classes:
RuleOperand, Walker.Region

public interface Walkable

Objects which can be tree-walked by Walker.

See Also:
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