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 SummaryAll 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- 
NodeInfopublic NodeInfo(JNode aNode) Creates a new JDeclRef for given node.
 
- 
 
-