Package org.jtool.cfg

Class CFGExit


public class CFGExit extends CFGNode
An exit node of a CFG.
  • Constructor Details

    • CFGExit

      public CFGExit(org.eclipse.jdt.core.dom.ASTNode node, CFGNode.Kind kind)
      Creates a new object that represents an exit. This method is not intended to be invoked by clients.
      Parameters:
      node - the AST node corresponding to this node
      kind - the kind of this node
  • Method Details

    • toString

      public String toString()
      Obtains information on this node.
      Overrides:
      toString in class CFGNode
      Returns:
      the string representing the information