Class NodeInfo
- java.lang.Object
 - 
- com.inductiveautomation.snap.javaparse.NodeInfo
 
 
- 
public class NodeInfo extends java.lang.ObjectA utility class to mine various information from a given node. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetDeclClass()Returns the declaration class.JNodegetDeclNode(JFile aFile)Returns the node in given JFile.JNodegetNode()Returns the node. 
 - 
 
- 
- 
Constructor Detail
- 
NodeInfo
public NodeInfo(JNode aNode)
Creates a new JDeclRef for given node. 
 - 
 
 -