Class NodeInfo
java.lang.Object
com.inductiveautomation.snap.javaparse.NodeInfo
A utility class to mine various information from a given node.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the declaration class.getDeclNode(JFile aFile) Returns the node in given JFile.getNode()Returns the node.
- 
Constructor Details- 
NodeInfoCreates a new JDeclRef for given node.
 
- 
- 
Method Details- 
getNodeReturns the node.
- 
getDeclClassReturns the declaration class.
- 
getDeclNodeReturns the node in given JFile.
 
-