Class NodeInfo
java.lang.Object
com.inductiveautomation.snap.javaparse.NodeInfo
A utility class to mine various information from a given node.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the declaration class.getDeclNode
(JFile aFile) Returns the node in given JFile.getNode()
Returns the node.
-
Constructor Details
-
NodeInfo
Creates a new JDeclRef for given node.
-
-
Method Details
-
getNode
Returns the node. -
getDeclClass
Returns the declaration class. -
getDeclNode
Returns the node in given JFile.
-