saffron.util
Class Walker.Region

java.lang.Object
  |
  +--saffron.util.Walker.Region
All Implemented Interfaces:
Walkable
Enclosing class:
Walker

private static class Walker.Region
extends Object
implements Walkable


Field Summary
(package private)  Walker.Region[] children
           
(package private)  String name
           
 
Constructor Summary
(package private) Walker.Region(String name, Walker.Region[] children)
           
 
Method Summary
 Object[] getChildren()
          returns an array of the object's children.
static void walkUntil(Walker walker, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

children

Walker.Region[] children
Constructor Detail

Walker.Region

Walker.Region(String name,
              Walker.Region[] children)
Method Detail

getChildren

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

Specified by:
getChildren in interface Walkable

walkUntil

public static void walkUntil(Walker walker,
                             String name)

SourceForge.net_Logo