Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

phoebe.util
Class PNamedHandle  view PNamedHandle download PNamedHandle.java

java.lang.Object
  extended byPHandle
      extended byphoebe.util.PNamedHandle

public class PNamedHandle
extends PHandle

A little wrapper class that adds a name to a PHandle. Used primarily for debugging purposes.


Field Summary
protected  java.lang.String name
          Handle name.
 
Constructor Summary
PNamedHandle(java.lang.String name, PNodeLocator locator)
          Constructor.
 
Method Summary
 java.lang.String getName()
          Returns the name of the handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Handle name.

Constructor Detail

PNamedHandle

public PNamedHandle(java.lang.String name,
                    PNodeLocator locator)
Constructor.

Method Detail

getName

public java.lang.String getName()
Returns the name of the handle.