Class NodeInfo


  • public class NodeInfo
    extends java.lang.Object
    A utility class to mine various information from a given node.
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeInfo​(JNode aNode)
      Creates a new JDeclRef for given node.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getDeclClass()
      Returns the declaration class.
      JNode getDeclNode​(JFile aFile)
      Returns the node in given JFile.
      JNode getNode()
      Returns the node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeInfo

        public NodeInfo​(JNode aNode)
        Creates a new JDeclRef for given node.
    • Method Detail

      • getNode

        public JNode getNode()
        Returns the node.
      • getDeclClass

        public java.lang.Class getDeclClass()
        Returns the declaration class.
      • getDeclNode

        public JNode getDeclNode​(JFile aFile)
        Returns the node in given JFile.