com.sun.electric.database.hierarchy
Class HierarchyEnumerator.NodableNameProxy

java.lang.Object
  extended by com.sun.electric.database.hierarchy.HierarchyEnumerator.NameProxy
      extended by com.sun.electric.database.hierarchy.HierarchyEnumerator.NodableNameProxy
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HierarchyEnumerator

public static class HierarchyEnumerator.NodableNameProxy
extends HierarchyEnumerator.NameProxy

See Also:
Serialized Form

Constructor Summary
HierarchyEnumerator.NodableNameProxy(VarContext context, java.lang.String sep, Nodable node)
           
 
Method Summary
 Nodable getNodable()
           
 Cell leafCell()
           
 java.lang.String leafName()
           
 
Methods inherited from class com.sun.electric.database.hierarchy.HierarchyEnumerator.NameProxy
getContext, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HierarchyEnumerator.NodableNameProxy

public HierarchyEnumerator.NodableNameProxy(VarContext context,
                                            java.lang.String sep,
                                            Nodable node)
Method Detail

leafName

public java.lang.String leafName()
Specified by:
leafName in class HierarchyEnumerator.NameProxy

leafCell

public Cell leafCell()
Specified by:
leafCell in class HierarchyEnumerator.NameProxy

getNodable

public Nodable getNodable()