org.prorefactor.core
Class JPNav

java.lang.Object
  extended by org.prorefactor.core.JPNav

Deprecated.

public class JPNav
extends java.lang.Object

This class contains static methods for navigating JPNode objects in an AST. Methods here are specific to Proparse's tree structure. For general node navigation (firstChild, etc.) see JPNode.

The new subclass of JPNode, FieldRefNode, allows this class and its members to go away entirely.


Constructor Summary
JPNav()
          Deprecated.  
 
Method Summary
static JPNode findFieldRefIdNode(JPNode refNode)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPNav

public JPNav()
Deprecated. 
Method Detail

findFieldRefIdNode

public static JPNode findFieldRefIdNode(JPNode refNode)
Deprecated. 

Find the ID node for a Field_ref node

See Also:
FieldRefNode.getIdNode()


Copyright © 2008 Joanju Software. All Rights Reserved.