Class JvmUnknownCfaNode

    • Method Detail

      • isReturnExitNode

        public boolean isReturnExitNode()
        Description copied from interface: CfaNode
        Returns true if the node is the return location of the function (offset == CfaNode.RETURN_EXIT_NODE_OFFSET).
      • isUnknownNode

        public boolean isUnknownNode()
        Description copied from interface: CfaNode
        Returns true if the location of the node is unknown.